From 29a716619bcab725ea0be51a513e0da0ef933c0d Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 19 Feb 2015 22:02:54 +0000 Subject: [PATCH] EXPO-91-NEW-2,3,4 --- .../includes/accounts/current_user.html | 6 +++++- .../client/includes/accounts/simple_user.html | 5 +++-- templates/client/static_client/css/main.css | 19 +++++++++++++++++++ .../client/static_client/css_min/main.min.css | 2 +- .../static_client/js/_modules/page.profile.js | 12 +++++++++++- .../js_min/_modules/page.profile.min.js | 2 +- 6 files changed, 40 insertions(+), 6 deletions(-) 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 %}