This commit is contained in:
Ross
2021-09-30 19:47:28 +01:00
parent 887ddeae5e
commit 5e6a48480f
+1
View File
@@ -1,6 +1,7 @@
{% extends 'physics/base.html' %}
{% block navigation %}
{{block.super}}
<br/>
Exams: {{exam.name}}-> <a href="{% url 'physics:exam_overview' pk=exam.pk %}">Overview</a> / <a href="{% url 'physics:exam_scores_cid' pk=exam.pk %}">Scores</a>
{% endblock %}