From f770a166fc29b0e6eb1a452d23d88c5ca774b030 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:05:26 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 42 ++++++++++++++++++------------- 1 file changed, 24 insertions(+), 18 deletions(-) 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 %}