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{
-
+