This commit is contained in:
Ross
2021-12-18 18:24:23 +00:00
parent 2cc47fbbce
commit 6bdea73716
+1 -1
View File
@@ -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 %}