From 335a419ddadf4f2dac9eb6cc9611f12eb8e01720 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 17 Dec 2021 18:24:51 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_finish.html | 4 ++-- sbas/templates/sbas/exam_finish.html | 28 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/physics/templates/physics/exam_finish.html b/physics/templates/physics/exam_finish.html index 6a9f1934..ffb8df5a 100644 --- a/physics/templates/physics/exam_finish.html +++ b/physics/templates/physics/exam_finish.html @@ -5,11 +5,11 @@

Exam: {{exam.name}}

- {% if exam.publish_results %} + {% comment %} {% if exam.publish_results %} - {% endif %} + {% endif %} {% endcomment %}

Questions

{{answer_count}} out of {{exam_length}} questions answered. Click to go to question. diff --git a/sbas/templates/sbas/exam_finish.html b/sbas/templates/sbas/exam_finish.html index 9f2e72bf..4507ac95 100644 --- a/sbas/templates/sbas/exam_finish.html +++ b/sbas/templates/sbas/exam_finish.html @@ -1,23 +1,23 @@ {% extends 'base.html' %} {% block content %} -CID: {{cid}} + CID: {{cid}} -

Exam: {{exam.name}}

+

Exam: {{exam.name}}

-

Questions

-{{answer_count}} out of {{exam_length}} questions answered. Click to go to question. -
-{% for question, answer in question_answer_tuples %} - -{% endfor %} -
+

Questions

+ {{answer_count}} out of {{exam_length}} questions answered. Click to go to question. +
+ {% for question, answer in question_answer_tuples %} + + {% endfor %} +
{% endblock %} {% block js %} - -{% endblock %} \ No newline at end of file + +{% endblock %}