From 4a96c0c2860ff21ca81448663c581f5df1109300 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 17 Jul 2021 20:33:07 +0200 Subject: [PATCH] Correct phone URL, add phone URL on location --- app/templates/location.html | 4 ++-- app/templates/order.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/location.html b/app/templates/location.html index f41c032..9a9ff6b 100644 --- a/app/templates/location.html +++ b/app/templates/location.html @@ -7,8 +7,8 @@

{{ location.name }}

- {% if location.address %} {{ location.address }}
{% endif %} - {% if location.telephone %}{{ location.telephone }}
{% endif %} + {% if location.address %}{{ location.address }}
{% endif %} + {% if location.telephone %}{{ location.telephone }}
{% endif %} {% if location.website %} {{ location.website }}
{% endif %} {% if location.osm %} {{ location.osm }}
{% endif %} {% if not current_user.is_anonymous() %} diff --git a/app/templates/order.html b/app/templates/order.html index 3e3b4cb..996bf80 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -196,7 +196,7 @@ {% if order.location.telephone %}
Telephone
-
{{ order.location.telephone }}
+
{{ order.location.telephone }}
{% endif %}