This commit is contained in:
Ross
2021-12-12 22:14:37 +00:00
parent 9654847295
commit 3cb429ed8e
+2 -2
View File
@@ -9,13 +9,13 @@
<h4>{{t}}</h4>
<ul>
{% for e in exams %}
<li><a href="{{e.get_take_url}}" target="_blank">{{e.name}} {% if e.active %}[Active]{% endif %}</a></li>
<li><a href="{{e.get_take_url}}?cid={{cid}}&passcode={{passcode}}" target="_blank">{{e.name}} {% if e.active %}[Active]{% endif %}</a></li>
{% endfor %}
</ul>
{% endfor %}
<h3>Exam results</h3>
The following exam results been found (click to view answers and scores):
The following exam results been found. Click to view answers (and scores when the results are published):
{% if physics_exams %}
<h4>Physics</h4>
<ul>