This commit is contained in:
Ross
2021-12-31 09:49:22 +00:00
parent 2827c6ab11
commit ed183be551
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
Exams: {{exam.name}}->
<a href="{% url 'longs:exam_overview' pk=exam.pk %}">Overview</a> /
<a href="{% url 'longs:mark_overview' pk=exam.pk %}">Mark</a> /
<a href="{% url 'longs:exam_scores_cid' pk=exam.pk %}">Scores</a>
<a href="{% url 'longs:exam_scores_cid' pk=exam.pk %}">Scores</a> /
<a href="{% url 'longs:exam_cids' exam_id=exam.pk %}">Candidates</a> /
{% endblock %}