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
@@ -7,4 +7,5 @@ Exams: {{exam}}-> <a href="{% url 'physics:exam_overview' pk=exam.pk %}">Overvie
<a href="{% url 'physics:exam_scores_all' pk=exam.pk %}">Scores</a> /
<a href="{% url 'physics:exam_cids' exam_id=exam.pk %}">Candidates</a> /
<a href="{% url 'physics:exam_stats' exam_id=exam.pk %}">Stats</a> /
<a href="{% url 'physics:exam_review_start' pk=exam.pk %}">Review</a> /
{% endblock %}