From 69d27667689b8b9a2b63606bfea695305f189be7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 11 Aug 2015 22:08:25 +0200 Subject: [PATCH] talk: Make addresses clickable and open a map Signed-off-by: Michael Tremer --- templates/talk/phonebook-contact.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 %} -- 2.39.2