From 049e37b967ee6939f68d76d4dbd4edd15086df69 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Tue, 10 Jun 2025 15:19:37 +0300 Subject: [PATCH] Fix syntax bug in patch.html --- pgcommitfest/commitfest/templates/patch.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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