diff --git a/templates/client/accounts/new_profile.html b/templates/client/accounts/new_profile.html index 63640188..bf5d47bb 100644 --- a/templates/client/accounts/new_profile.html +++ b/templates/client/accounts/new_profile.html @@ -3,39 +3,29 @@ {% load i18n %} {% load template_filters %} {% load thumbnail %} - {% block style %} - - - {% if not company_form %} - - {% endif %} + + {% endif %} {% endblock %} - - {% block bread_scrumbs %} {% endblock %} - {% block page_title %} - {% endblock %} - {% block content_list %}
-
- +
+
+
- {# position #} - - -
-
-
- редактировать профиль - завершить редактирование - -
Добавить профили в соц.сетях:
- - +
+
+
+
+
+ {% if about_form.about.value %} +
{% trans 'О себе:' %}
+ {% endif %} + + +
+
+
+ {% block scripts %} + + + + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} + + {% endblock %} {% endblock %} {% block popup %} {% if company_form %} - {% include 'popups/create_company.html' with form=company_form %} + {% include 'popups/create_company.html' with form=company_form %} {% endif %} {% endblock %} {% block pre_scripts %} - - + + {% endblock %}