.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{% for exam_type, exams in available_exams %}
|
{% for exam_type, exams in available_exams %}
|
||||||
<h4>{{exam_type}}</h4>
|
<h4>{{exam_type}}</h4>
|
||||||
<ul>
|
<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>
|
<li><a href="{{exam.get_take_url}}?cid={{cid}}&passcode={{passcode}}" target="_blank">{{exam.name}} {% if exam.active %}[Active]{% endif %}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user