1.1.5 fix show_contact if user is not authenticated
This commit is contained in:
@@ -176,7 +176,8 @@
|
|||||||
{% endif %}
|
{% 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">
|
<div class="show_contact_wrapper">
|
||||||
<a class="open_inf_carrier" href='{% url "login_profile" %}'>
|
<a class="open_inf_carrier" href='{% url "login_profile" %}'>
|
||||||
{% translate "Открыть контакт"%}
|
{% translate "Открыть контакт"%}
|
||||||
|
|||||||
Reference in New Issue
Block a user