.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user