replace edx with variable substitution

fixes template errors

keep tos untranslated

formatting fixes
This commit is contained in:
Adam Palay
2013-07-23 18:00:28 -04:00
parent e8ee29786f
commit 69ffb6a87b
44 changed files with 331 additions and 300 deletions

View File

@@ -26,15 +26,15 @@
%else:
<table class="problem-list">
<tr>
<th>${_("Problem Name")}</th>
<th>${_("Status")}</th>
<th>${_("Grader Type")}</th>
<th>${_("ETA")}</th>
<th>${_("Problem Name")}</th>
<th>${_("Status")}</th>
<th>${_("Grader Type")}</th>
<th>${_("ETA")}</th>
</tr>
%for problem in problem_list:
<tr>
<td>
<a href="${problem['actual_url']}">${problem['problem_name']}</a>
<a href="${problem['actual_url']}">${problem['problem_name']}</a>
</td>
<td>
${problem['state']}