This commit is contained in:
Ross
2021-07-29 21:38:22 +01:00
parent cfad594bec
commit 60f79c7fbc
+1 -1
View File
@@ -8,7 +8,7 @@
{% for exam in exams %}
{% if exam.active %}
<li>
<a href="{% url 'sbas:exam_take' pk=exam.pk %}">{{exam.name}}</a>
<a href="{% url 'sbas:exam_start' pk=exam.pk %}">{{exam.name}}</a>
</li>
{% endif %}
{% endfor %}