From a3c238fc707ae7e443e9e9bc24b6bd1c530020e3 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 21 Apr 2015 13:09:06 +0000 Subject: [PATCH] EXPO-25 accounts/new_profile.html --- templates/client/accounts/new_profile.html | 754 ++++++++++----------- 1 file changed, 345 insertions(+), 409 deletions(-) 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 %}