diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html index a8103e63..17a946dd 100644 --- a/templates/client/includes/accounts/current_user.html +++ b/templates/client/includes/accounts/current_user.html @@ -54,7 +54,7 @@ {# country and city #}
{% if home_form.instance.country %} - + {% else %} {% endif %} @@ -62,7 +62,7 @@ {% if home_form.instance.city %} - + {% else %} {% endif %} @@ -143,137 +143,154 @@ {# position #} -
-

- {{ work_form.position.value }} - {% if work_form.work.value %} - {% trans 'в' %} {{ work_form.work.value }} - {% endif %} -

+
-
- {% trans 'редактировать' %} -
-
{% csrf_token %} + +
{# END position #}
-
-
-
    -
  • - {% if social_form.facebook.value %} - - Facebook - - {% else %} - Facebook - {% endif %} -
  • -
  • - {% if social_form.linkedin.value %} - - LinkedIn - - {% else %} - LinkedIn - {% endif %} - -
  • - {% if social_form.vk.value %} - - В контакте - - {% else %} - В контакте - {% endif %} -
  • - -
  • - {% if social_form.twitter.value %} - - Twitter - - {% else %} - Twitter - {% endif %} -
  • -
-
- {% trans 'редактировать' %} -
-
{% csrf_token %} +
+
+
{# contacts #}