Fix some minor html

This commit is contained in:
Vik Paruchuri
2013-01-14 11:57:09 -05:00
parent 3e0cf9d234
commit 16f06ae7b7

View File

@@ -4,9 +4,9 @@
<tr>
<th>${category['description']}</th>
% if category['has_score'] == True:
<div class="view-only">
<td>Your Score: ${category['score']} </td>
</div>
<td>
Your Score: ${category['score']}
</td>
% endif
% for j in range(len(category['options'])):
<% option = category['options'][j] %>