Skip to content
Snippets Groups Projects
Commit 495aa84b authored by permcu's avatar permcu
Browse files

Fix indent

parent 1c2c0b07
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
...@@ -66,16 +66,16 @@ ...@@ -66,16 +66,16 @@
<div class="col s6"> <div class="col s6">
{% if extra_marks %} {% if extra_marks %}
<h5>{% trans 'Extra Marks' %}</h5> <h5>{% trans 'Extra Marks' %}</h5>
<table> <table>
{% for extra_mark in extra_marks %} {% for extra_mark in extra_marks %}
<tr> <tr>
<th>{{ extra_mark.name }}</th> <th>{{ extra_mark.name }}</th>
<td>{{ person|get_dict:extra_mark.count_label }}</td> <td>{{ person|get_dict:extra_mark.count_label }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
{% endif %} {% endif %}
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment