From 4fe8583c2b752aae59df11a2de92b4d86adc7408 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 23 Apr 2021 09:02:41 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 2 +- rapids/templates/rapids/exam_overview.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 1274a7f1..a8126304 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -4,7 +4,7 @@ {% load thumbnail %}
- Edit + Edit Admin Edit

Exam: {{ exam.name }}

This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index b3a8a6f1..0d525790 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -4,6 +4,7 @@ {% load thumbnail %}
+ Edit Admin Edit

Exam: {{ exam.name }}

This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.