diff --git a/longs/templates/longs/exams.html b/longs/templates/longs/exams.html index a265c7cd..de490be5 100644 --- a/longs/templates/longs/exams.html +++ b/longs/templates/longs/exams.html @@ -6,6 +6,6 @@ Exams: {{exam.name}}-> Overview / Mark / - Scores + Scores / Candidates / {% endblock %} diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 406474fe..7979b9a5 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -47,35 +47,35 @@
{{ form.a.errors }} - {{ form.a }} + {{ form.a }}
  • {{ form.b.errors }} - {{ form.b }} + {{ form.b }}
  • {{ form.c.errors }} - {{ form.c }} + {{ form.c }}
  • {{ form.d.errors }} - {{ form.d }} + {{ form.d }}
  • {{ form.e.errors }} - {{ form.e }} + {{ form.e }}
  • @@ -251,11 +251,11 @@ border: 1px dashed darkred; } - .physics-answer-list input:checked::after { + .physics-answer-list input:checked+.postinput::after { margin-left: 20px; content: "True" } - .physics-answer-list input:not(:checked)::after { + .physics-answer-list input:not(:checked)+.postinput::after { margin-left: 20px; content: "False" } diff --git a/sbas/templates/sbas/exams.html b/sbas/templates/sbas/exams.html index 7e74a3a8..bda4e868 100644 --- a/sbas/templates/sbas/exams.html +++ b/sbas/templates/sbas/exams.html @@ -5,6 +5,6 @@
    Exams: {{exam.name}}-> Overview / - Scores + Scores / Candidates / {% endblock %}