From: Daniel Gustafsson Date: Mon, 18 Sep 2017 19:27:51 +0000 (+0200) Subject: Hide annotation button if user is not logged in X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=123a0a4869c5e793964ad4154efddcf39cbc8b38;p=pgcommitfest2.git Hide annotation button if user is not logged in Reported by Peter Geoghegan --- diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 8fbf458..3ed775e 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -100,7 +100,7 @@ {%endif%} {%endfor%} - + {%if user.is_authenticated%}{%endif%} {%endfor%}