diff --git a/physics/templates/physics/partials/exam_take_fragment.html b/physics/templates/physics/partials/exam_take_fragment.html index 7999b40e..dc8626b3 100644 --- a/physics/templates/physics/partials/exam_take_fragment.html +++ b/physics/templates/physics/partials/exam_take_fragment.html @@ -1,6 +1,5 @@
- {% include 'physics/partials/exam_flag_button.html' %}
@@ -57,28 +56,36 @@
- {% if previous > -1 %} - - {% endif %} +
+
+ {% if previous > -1 %} + + {% endif %} - {% if next %} - - - + {% if next %} + + + - - - {% else %} - {% if not exam.publish_results %} - - {% endif %} - {% endif %} + + + {% else %} + {% if not exam.publish_results %} + + {% endif %} + {% endif %} -
- - +
+ + +
+ +
+ {% include 'physics/partials/exam_flag_button.html' %} +
+