Remove exam review link from exams template for cleaner navigation
This commit is contained in:
@@ -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> /
|
||||
|
||||
Reference in New Issue
Block a user