1.3.2 phone is not required TRI-249, TRI-265

This commit is contained in:
ArtemB
2024-11-12 12:33:10 +03:00
parent f80f8d8c7e
commit dbee8dabb1
3 changed files with 10 additions and 10 deletions

View File

@@ -105,9 +105,9 @@
<span class="name_carrier"></span>
{% endif %}
<a class="phones_carrier" data-href="tel:{{ route.phone }}">
<a class="phones_carrier" data-href="tel:{%if route.phone == route.phone %}{{ route.phone }}{% endif %}">
<img class="inf_carrier_icon" src="{% static "/img/svg/phone.svg" %}"/>
<span class="phones_carrier_span el_for_open_el {% if route.owner == user %} active{% endif %}">{{ route.phone }}</span>
<span class="phones_carrier_span el_for_open_el {% if route.owner == user %} active{% endif %}">{%if route.phone == route.phone %}{{ route.phone }}{% endif %}</span>
{# <input value="{{ route.phone }}">#}
<div class="clear_both"></div>
</a>