From 4a9f07f8e4a66aecba4ddc0864af8c52249d7be0 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 20 Jun 2017 08:52:13 +0200 Subject: [PATCH] Fix incorrect markup --- pgcommitfest/commitfest/templates/commitfest.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index c416566..6f59b56 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -19,9 +19,14 @@ -{%for f in form%}{%if not f.is_hidden%} +{%for f in form%} + {%if not f.is_hidden%} -{%endif%}{%endfor%} + {%else%} + + {%endif%} +{%endfor%} + {%comment%} Add one extra for buttons {%endcomment%} -- 2.39.5
{{f.label}}