diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html
index 91f42560..21582710 100644
--- a/rapids/templates/rapids/mark.html
+++ b/rapids/templates/rapids/mark.html
@@ -86,30 +86,36 @@
{% endif %}
{% if review %}
-
- {% endif %}
- {% if question_details.current > 1 %}
-
- {% endif %}
-
- {% if question_details.current >= question_details.total %}
- {% else %}
-
-
+
{% endif %}
+
+ {% if question_details.current > 1 %}
+
+ {% endif %}
+
+ {% if question_details.current >= question_details.total %}
+ {% else %}
+
+
+ {% endif %}
+
{{ form.as_p }}
{% if review %}
-
-
+
+
{% endif %}
{% endblock %}