From: Daniel Gustafsson Date: Mon, 4 Sep 2017 10:38:24 +0000 (+0200) Subject: Fix closing of tag X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=778182f966e164ea12df200cd03432fb98bf70e8;p=pgcommitfest2.git Fix closing of
tag --- diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index c648f8c..46f70e4 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -92,11 +92,11 @@ {%endif%} -{%endfor%} -{%if p%} +{%if forloop.last%}
Author
Reviewer
{%endif%} +{%endfor%}
{%if cf.isopen or user.is_staff %}