From b35bc015a5172f04a62fb0cafd6d9bf59c1fc7ef Mon Sep 17 00:00:00 2001 From: Anton M Date: Sun, 8 Sep 2024 22:12:11 +0200 Subject: [PATCH] adjust runtests template --- validity/templates/validity/scripts/run.html | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/validity/templates/validity/scripts/run.html b/validity/templates/validity/scripts/run.html index 0233da1..cf710f6 100644 --- a/validity/templates/validity/scripts/run.html +++ b/validity/templates/validity/scripts/run.html @@ -25,19 +25,19 @@ You do not have permission to run Compliance Tests. {% endif %} -
- {% csrf_token %} -
- {% for fieldset in form.fieldsets %} - {% render_fieldset form fieldset %} - {% endfor %} -
-
- Cancel - -
+ + {% csrf_token %} +
+ {% for fieldset in form.fieldsets %} + {% render_fieldset form fieldset %} + {% endfor %} +
+
+ Cancel + +