Commit 16f06ae7 by Vik Paruchuri

Fix some minor html

parent 3e0cf9d2
......@@ -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] %>
......
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