This commit is contained in:
Ross
2021-05-01 12:50:46 +01:00
parent 9fb01b2e2d
commit 92404b791b
6 changed files with 12 additions and 1 deletions
@@ -5,6 +5,7 @@
{% load thumbnail %}
<div class="rapids">
<a href="{% url 'rapids:exam_update' exam.id %}" title="Edit the Exam">Edit</a>
<a href="{% url 'rapids:exam_delete' exam.id %}" title="Delete the Exam">Delete</a>
<a href="{% url 'admin:rapids_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/>