.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<h4>{{exam_type|title}}</h4>
|
<h4>{{exam_type|title}}</h4>
|
||||||
<ul>
|
<ul>
|
||||||
{% for exam in exams %}
|
{% for exam in exams %}
|
||||||
<li><a href="{% url exam_type|add:':exam_scores_cid_user' pk=exam.pk sk=cid passcode=passcode %}">{{exam.name}}</a> {% if exam.active %}[Active]{% endif %} {% if exam.publish_results %}[Results Published]{% endif %}</li>
|
<li><a href="{% url exam_type|add:':exam_scores_cid_user' pk=exam.pk cid=cid passcode=passcode %}">{{exam.name}}</a> {% if exam.active %}[Active]{% endif %} {% if exam.publish_results %}[Results Published]{% endif %}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user