1.1.5 fix show_contact if user is not authenticated

This commit is contained in:
2024-06-06 14:25:25 +03:00
parent f8d1de5d30
commit 2996e84433

View File

@@ -176,7 +176,8 @@
{% endif %}
{% if not user.is_authenticated and show_contacts_allow %}
{% if not user.is_authenticated %}
{# {% if not user.is_authenticated and show_contacts_allow %}#}
<div class="show_contact_wrapper">
<a class="open_inf_carrier" href='{% url "login_profile" %}'>
{% translate "Открыть контакт"%}