This commit is contained in:
Ross
2021-12-31 13:23:14 +00:00
parent 2797fe2581
commit 879a901f53
+1 -1
View File
@@ -8,7 +8,7 @@
{% for exam_type, exams in available_exams %}
<h4>{{exam_type}}</h4>
<ul>
{% for eexam in exams %}
{% for exam in exams %}
<li><a href="{{exam.get_take_url}}?cid={{cid}}&passcode={{passcode}}" target="_blank">{{exam.name}} {% if exam.active %}[Active]{% endif %}</a></li>
{% endfor %}
</ul>