From b7381183b5cc368ff504eb8f20870665b39a58c3 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 10 Dec 2021 23:26:00 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index ebcf8b49..da94cbdd 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -13,20 +13,27 @@

{{question.stem|safe}}

-
{% csrf_token %}
- {{form}} +
    +
  • {{question.a|safe}}
  • +
  • {{question.b|safe}}
  • +
  • {{question.c|safe}}
  • +
  • {{question.d|safe}}
  • +
  • {{question.e|safe}}
  • +
+
    +{{ form.non_field_errors }} +
    +{{ form.a.errors }} + +{{ form.a }} +
    +
{% if previous > -1 %}