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 %}