Skip to content
Snippets Groups Projects
Commit 5d773942 authored by permcu's avatar permcu
Browse files

Put parens around extra-mark-short-names as well

This just looks more uniform.
parent 0456af8e
No related branches found
Tags 2.0rc2
1 merge request!422Resolve "Add export functionality to course book"
......@@ -37,7 +37,7 @@
<ul class="collection">
{% for extra_mark in extra_marks %}
<li class="collection-item">
<strong>{{ extra_mark.short_name }}</strong> {{ extra_mark.name }}
<strong>({{ extra_mark.short_name }})</strong> {{ extra_mark.name }}
</li>
{% endfor %}
</ul>
......
......@@ -23,7 +23,7 @@
{% endfor %}
<th>{% trans '(b)' %}</th>
{% for extra_mark in extra_marks %}
<th>{{ extra_mark.short_name }}</th>
<th>({{ extra_mark.short_name }})</th>
{% endfor %}
</tr>
</thead>
......
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