diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html index f6eab5b5..e0b6664a 100644 --- a/templates/client/includes/accounts/current_user.html +++ b/templates/client/includes/accounts/current_user.html @@ -338,7 +338,11 @@
{{ phone_form.phone }} - {{ phone_form.show_phone }} + +
diff --git a/templates/client/includes/accounts/simple_user.html b/templates/client/includes/accounts/simple_user.html index 644c9e18..1e453575 100644 --- a/templates/client/includes/accounts/simple_user.html +++ b/templates/client/includes/accounts/simple_user.html @@ -65,8 +65,9 @@ {% endif %} - {% trans 'отправить сообщение' %} - + {% if user.is_authenticated %} + {% trans 'отправить сообщение' %} + {% endif %}