Commit 16f06ae7 by Vik Paruchuri

Fix some minor html

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