This commit is contained in:
Ross
2021-08-16 12:18:00 +00:00
parent e0c1a2a2e1
commit 712f1d3182
4 changed files with 39 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
{% load thumbnail %}
<div class="longs">
<a href="{% url 'longs:exam_update' exam.id %}" title="Edit the Exam">Edit</a>
<a href="{% url 'longs:exam_delete' exam.id %}" title="Delete the Exam">Delete</a>
<a href="{% url 'admin:longs_exam_change' exam.id %}" title="Edit the Exam using the admin interface">Admin Edit</a>
<h1>Exam: {{ exam.name }}</h1>
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.<br />