From 898229633db154ce049a07af065a73e265ef7c07 Mon Sep 17 00:00:00 2001 From: Ryan Caught Date: Fri, 3 Nov 2023 19:49:42 +1000 Subject: [PATCH] fix: unmatched HTML tags --- templates/_museum_card.html | 2 +- templates/query-browse-search.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_museum_card.html b/templates/_museum_card.html index 4d714d2..e67b31f 100644 --- a/templates/_museum_card.html +++ b/templates/_museum_card.html @@ -21,7 +21,7 @@

{{ museum.name }}

{% if museum.url %}Website{% endif %}{% if museum.url and museum.wikipedia_url %} | {% endif %}{% if museum.wikipedia_url %}Wikipedia{% endif %}

{% endif %} {% if show_links and (press or photos) %} - {% if photos %}{{ photos|length }} photo{{ pluralize(photos|length) }}{% endif %}{% if photos and press %} and {% endif %}{% if press %}{{ press|length }} link{{ pluralize(press|length) }}{% endif %}

+

{% if photos %}{{ photos|length }} photo{{ pluralize(photos|length) }}{% endif %}{% if photos and press %} and {% endif %}{% if press %}{{ press|length }} link{{ pluralize(press|length) }}{% endif %}

{% endif %}
{{ museum.address }} - Map

{{ nicer_date(museum.created) }}

diff --git a/templates/query-browse-search.html b/templates/query-browse-search.html index b395098..f820dd6 100644 --- a/templates/query-browse-search.html +++ b/templates/query-browse-search.html @@ -38,7 +38,7 @@

{{ rows.__len__() }} result{% if rows.__len__() != 1 %}s{
-
+