From eecc4319e09de4bf27e6b1b025e7bbf77dabce63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sun, 3 Sep 2017 21:33:33 +0200
Subject: [PATCH] Remove duplicate phone block

---
 detailsBody.html | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/detailsBody.html b/detailsBody.html
index 0f4e238..8e0da2d 100644
--- a/detailsBody.html
+++ b/detailsBody.html
@@ -53,16 +53,6 @@
 </li>
 {% endif %}
 
-{% if tags.phone %}
-<li class='hasSymbol'>
-  <i class="fa fa-phone" aria-hidden="true"></i>
-  <span class='key'>{{ keyTrans('phone') }}:</span>
-  <span class='value'>
-    <a href='tel:{{ tags.phone }}'>{{ tags.phone }}</a>
-  </span>
-</li>
-{% endif %}
-
 {% if attribute(tags, 'contact:email') %}
 <li class='hasSymbol'>
   <i class="fa fa-envelope" aria-hidden="true"></i>