Commit 08bb13ed by Adam

Merge pull request #595 from edx/adam/i18n-bug-fixes

template fixes on instructor dash
parents 7ba6d191 d8946002
...@@ -201,7 +201,7 @@ function goto( mode) ...@@ -201,7 +201,7 @@ function goto( mode)
<H2>${_("Course-specific grade adjustment")}</h2> <H2>${_("Course-specific grade adjustment")}</h2>
<p> <p>
{_("Specify a particular problem in the course here by its url:")} ${_("Specify a particular problem in the course here by its url:")}
<input type="text" name="problem_for_all_students" size="60"> <input type="text" name="problem_for_all_students" size="60">
</p> </p>
<p> <p>
...@@ -639,7 +639,7 @@ function goto( mode) ...@@ -639,7 +639,7 @@ function goto( mode)
%if instructor_tasks is not None and len(instructor_tasks) > 0: %if instructor_tasks is not None and len(instructor_tasks) > 0:
<hr width="100%"> <hr width="100%">
<h2>$_("Pending Instructor Tasks")}</h2> <h2>${_("Pending Instructor Tasks")}</h2>
<div id="task-progress-wrapper"> <div id="task-progress-wrapper">
<table class="stat_table"> <table class="stat_table">
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment