.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
The following exam results been found. Click to view answers (and scores when the results are published):
|
The following exam results been found. Click to view answers (and scores when the results are published):
|
||||||
{% for exam_type, exams in all_exams %}
|
{% for exam_type, exams in all_exams %}
|
||||||
{% if exams %}
|
{% if exams %}
|
||||||
<h4>{{exam_type}}</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 sk=cid passcode=passcode %}">{{exam.name}}</a> {% if exam.active %}[Active]{% endif %} {% if exam.publish_results %}[Results Published]{% endif %}</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user