From f1d0f4faa2cc4496f5e0df679db0e716ceeac5b2 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 16 May 2020 12:08:30 -0500 Subject: Move globales into from - fixes data field form visibility again --- bh20simplewebuploader/templates/form.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 2cbaf62..1227ca2 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -114,7 +114,7 @@ {% for record in fields %} {% if 'heading' in record %} - {% if loop.index > 1 and 2 < 3 %} + {% if loop.index > 1 and 2 < 3 %} {% endif %}
@@ -211,6 +211,12 @@