From ab1285303f1867d9e2e9481dbd3311921a4daad2 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 15 May 2020 09:01:53 -0500 Subject: Template: a little indentation helps --- bh20simplewebuploader/templates/form.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'bh20simplewebuploader/templates/form.html') diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index cdb7cf7..06c5efb 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -21,9 +21,9 @@

[Demo] Display content sequences by:

- + - +
@@ -116,35 +116,35 @@ {% if loop.index > 1 and 2 < 3 %} {% endif %} -
+

{{ record['heading'] }}

- {% else %} + {% else %}
{% if record['type'] == 'select' %} - + {% for option in record['options'] %} - + {% endfor %} - - {% else %} - + + {% else %} + {% endif %}
{% if record['list'] %} - - + + {% endif %}
{% endif %} -- cgit v1.2.3