diff options
Diffstat (limited to 'pgcommitfest/commitfest/templates/commitfest.html')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 9 |
1 files 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 @@ <table class="table table-condensed" style="margin-bottom: 0px"> <thead> <tr> -{%for f in form%}{%if not f.is_hidden%} +{%for f in form%} + {%if not f.is_hidden%} <td>{{f.label}}</td> -{%endif%}{%endfor%} + {%else%} + <td></td> + {%endif%} +{%endfor%} + {%comment%} Add one extra for buttons {%endcomment%} <td></td> </tr> </thead> |