.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block navigation %}
|
||||
{{block.super}}
|
||||
|
||||
{% include collection_headers.html %}
|
||||
{% include "atlas/collection_headers.html" %}
|
||||
{% 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> /
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<a href="{% url 'login'%}">Log in</a>
|
||||
<!-- <a href="{% url 'password_reset'%}">Reset password</a> -->
|
||||
{% else %}
|
||||
<a href="{% url 'atlas:index'%}">Atlas</a>
|
||||
<a href="{% url 'anatomy:index'%}">Anatomy</a>
|
||||
<a href="{% url 'physics:index'%}">Physics</a>
|
||||
<a href="{% url 'rapids:index'%}">Rapids</a>
|
||||
|
||||
Reference in New Issue
Block a user