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>