From c02157665b4cb174db56eb2e5a690fa5eb379848 Mon Sep 17 00:00:00 2001 From: ArturBaybulatov Date: Fri, 10 Jun 2016 15:35:12 +0300 Subject: [PATCH] Update --- .../customer_profile_current_projects.html | 75 ------- .../customer_profile_deleted_projects.html | 191 +++--------------- .../customer_profile_open_projects.html | 4 +- 3 files changed, 27 insertions(+), 243 deletions(-) diff --git a/users/templates/customer_profile_current_projects.html b/users/templates/customer_profile_current_projects.html index 3111c63..977f259 100644 --- a/users/templates/customer_profile_current_projects.html +++ b/users/templates/customer_profile_current_projects.html @@ -13,7 +13,6 @@ -
-
- -
-
- - - -
- -
-
- -
-
- - -
- -
- {% for proj in object.projects.all %} -
-
-

- {{ proj.name }} -

- -
    -
  • Объект "{{ proj.realty.name }}"
  • -
  • 0 ответ от имени группы
  • -
- - - -

- {{ proj.text }} -

- -
    -
  • {{ proj.created}}
  • -
  • 0
  • -
  • 0
  • -
  • {{ object.get_full_name }}
  • -
-
- -
-

- {{ proj.price }} -

- -
    -
  • Редактировать
  • -
  • Переместить в корзину
  • -
-
-
- {% endfor %} -
{% endblock %} diff --git a/users/templates/customer_profile_deleted_projects.html b/users/templates/customer_profile_deleted_projects.html index b017053..f93ebe4 100644 --- a/users/templates/customer_profile_deleted_projects.html +++ b/users/templates/customer_profile_deleted_projects.html @@ -1,110 +1,22 @@ - - - - - - - Archilance - - - - - - - - -
- -
+{% extends 'partials/base.html' %} + +{% block content %} + {% include 'partials/header.html' %} +
-
- profile-image -
-
+
+ profile-image +
+

- Иванов Петр Иванович [ivanov_petr] + {{ object.get_full_name }} [ivanov_petr]

Россия, Москва

@@ -153,16 +65,17 @@
-
- - -
+
-
+

Разместить заказ

@@ -403,62 +316,8 @@
- + + {% include 'partials/footer.html' %} - - - - - - - \ No newline at end of file +{% endblock %} diff --git a/users/templates/customer_profile_open_projects.html b/users/templates/customer_profile_open_projects.html index 1a96949..3e47141 100644 --- a/users/templates/customer_profile_open_projects.html +++ b/users/templates/customer_profile_open_projects.html @@ -74,7 +74,6 @@ -
-
{% for proj in object.projects.all %}
@@ -147,6 +145,8 @@
{% endfor %}
+ + {% include 'partials/footer.html' %} {% endblock %}