diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 2aafd141..459e2d59 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -106,11 +106,15 @@ Links - {%if patch.wikilink%} - Wiki{%endif%}{%if patch.gitlink%} - Git - {%endif%} - + + {% if patch.wikilink %} + Wiki + {% endif %} + {% if patch.gitlink %} + Git + {% endif %} + + Emails