diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index 892a1aff..36d5684a 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -6,7 +6,9 @@
Edit Delete + {% if request.user.is_superuser %} Admin Edit + {% endif %}

Exam: {{ exam.name }}

This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
Exam mode: {{ exam.exam_mode }} diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index aa0bf7dc..f4b489ad 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -2,11 +2,13 @@ {% block content %} View -Edit Admin +Edit +{% if request.user.is_superuser %} +Admin Edit Admin Edit (user answer) +{% endif %}

Marking question {{question_details.current}} of {{question_details.total}}