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
+3 -1
View File
@@ -7,7 +7,9 @@
{% if collection %}
{% include "atlas/collection_headers.html" %}
{% endif %}
{% if exam %}
<a href="{% url 'atlas:exam_review_start' pk=exam.pk %}">Review</a> /
{% endif %}
{% comment %} Collection: {{collection.name}}-> <a href="{% url 'atlas:collection_detail' pk=exam.pk %}">Overview</a> /
<a href="{% url 'atlas:collection_mark_overview' exam.pk %}">Mark</a> /
<a href="{% url 'atlas:collection_scores_cid' exam.pk %}">Scores</a> /