.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<h4>{{t}}</h4>
|
||||
<ul>
|
||||
{% for e in exams %}
|
||||
<a href="{{e.get_take_url}}">{{e.name}}</a>
|
||||
<li><a href="{{e.get_take_url}}">{{e.name}} {% if e.active %}[Active]{% endif %}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user