.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<h4>{{t}}</h4>
|
<h4>{{t}}</h4>
|
||||||
<ul>
|
<ul>
|
||||||
{% for e in exams %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user