From e685924bf5b080922643b221f6396af24080aca2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 17 Aug 2015 00:04:06 +0300 Subject: Added callto:// button to phone number --- servo/templates/orders/customer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'servo/templates/orders/customer.html') diff --git a/servo/templates/orders/customer.html b/servo/templates/orders/customer.html index ccd9184..e6ab94b 100755 --- a/servo/templates/orders/customer.html +++ b/servo/templates/orders/customer.html @@ -30,7 +30,9 @@ {{ node.email }}
{% endif %} {% if node.phone %} - {{ node.get_national_phone }}
+ {% with node.get_standard_phone as standard_phone %} + {{ node.get_national_phone }}
+ {% endwith %} {% endif %} {% if node.street_address %} {{ node.street_address }}
-- cgit v1.2.3