diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index da94cbdd..0566c443 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -18,22 +18,48 @@
{% csrf_token %} + {{ form.non_field_errors }}
-
    -
  • {{question.a|safe}}
  • -
  • {{question.b|safe}}
  • -
  • {{question.c|safe}}
  • -
  • {{question.d|safe}}
  • -
  • {{question.e|safe}}
  • -
-
    -{{ form.non_field_errors }} -
    -{{ form.a.errors }} - -{{ form.a }} -
    -
+
    +
  • +
    + {{ form.a.errors }} + + {{ form.a }} +
    +
  • +
  • +
    + {{ form.b.errors }} + + {{ form.b }} +
    +
  • +
  • +
    + {{ form.c.errors }} + + {{ form.c }} +
    +
  • +
  • +
    + {{ form.d.errors }} + + {{ form.d }} +
    +
  • +
  • +
    + {{ form.e.errors }} + + {{ form.e }} +
    +
  • +
+
    + +
{% if previous > -1 %}