From: Michael Tremer Date: Tue, 11 Aug 2015 20:08:25 +0000 (+0200) Subject: talk: Make addresses clickable and open a map X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=69d27667689b8b9a2b63606bfea695305f189be7 talk: Make addresses clickable and open a map Signed-off-by: Michael Tremer --- diff --git a/templates/talk/phonebook-contact.html b/templates/talk/phonebook-contact.html index 1fa535e3..59264474 100644 --- a/templates/talk/phonebook-contact.html +++ b/templates/talk/phonebook-contact.html @@ -69,9 +69,11 @@

{{ _("Postal Address") }}

{{ account.name }}
- {% for line in account.address.splitlines() %} - {{ line }}
- {% end %} + + {% for line in account.address.splitlines() %} + {{ line }}
+ {% end %} +
{% if account.telephone_numbers %}