From 2996e844331237b0c66a862274e62d1f77cd74d9 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 6 Jun 2024 14:25:25 +0300 Subject: [PATCH] 1.1.5 fix show_contact if user is not authenticated --- templates/widgets/w_carrier_card.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/widgets/w_carrier_card.html b/templates/widgets/w_carrier_card.html index 1548fee..b88be4e 100644 --- a/templates/widgets/w_carrier_card.html +++ b/templates/widgets/w_carrier_card.html @@ -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 %}#}
{% translate "Открыть контакт"%}