Remove exam review link from exams template for cleaner navigation

This commit is contained in:
Ross
2025-11-15 23:09:59 +00:00
parent 3312f3058a
commit 0d8177f0b4
-3
View File
@@ -7,9 +7,6 @@
{% 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> /