Add exam review links to navigation in multiple templates

This commit is contained in:
Ross
2025-11-08 22:05:52 +00:00
parent 5613bf6b9f
commit d26cac04a7
8 changed files with 64 additions and 1 deletions
+1
View File
@@ -11,5 +11,6 @@
<a href="{% url 'anatomy:exam_cids' exam_id=exam.pk %}">Candidates</a> /
<a href="{% url 'anatomy:exam_stats' exam_id=exam.pk %}">Stats</a> /
{% endif %}
<a href="{% url 'anatomy:exam_review_start' pk=exam.pk %}">Review</a>
{% comment %} <a href="{% url 'anatomy:question_create_exam' pk=exam.pk %}" title="Add a new question directly into the exam.">Add New Question</a> {% endcomment %}
{% endblock %}