From dae75547ef32651aa11362a309700f3d906ec955 Mon Sep 17 00:00:00 2001 From: chris48s Date: Fri, 25 Oct 2024 17:16:42 +0100 Subject: [PATCH] fix a couple of bits of invalid html --- .../elections/templates/elections/includes/_single_ballot.html | 2 +- wcivf/apps/hustings/templates/hustings/includes/_ballot.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wcivf/apps/elections/templates/elections/includes/_single_ballot.html b/wcivf/apps/elections/templates/elections/includes/_single_ballot.html index 5bc34ea0c..36c2dc098 100644 --- a/wcivf/apps/elections/templates/elections/includes/_single_ballot.html +++ b/wcivf/apps/elections/templates/elections/includes/_single_ballot.html @@ -56,7 +56,7 @@

-

{% blocktrans with description=postelection.election.description|markdown %} {{ description }}{% endblocktrans%}

+ {% blocktrans with description=postelection.election.description|markdown %} {{ description }}{% endblocktrans%} {% endif %} diff --git a/wcivf/apps/hustings/templates/hustings/includes/_ballot.html b/wcivf/apps/hustings/templates/hustings/includes/_ballot.html index f0f44f68a..87399b675 100644 --- a/wcivf/apps/hustings/templates/hustings/includes/_ballot.html +++ b/wcivf/apps/hustings/templates/hustings/includes/_ballot.html @@ -26,7 +26,6 @@

{% trans "tell us about them" %} .

-

{% endif %}