From 1f3bb1eaf8bf4f3f075839dc8418ddf45d6cf7de Mon Sep 17 00:00:00 2001 From: PekopT Date: Mon, 29 Aug 2016 20:36:40 +0300 Subject: [PATCH 1/2] various --- chat/templates/chat_customer.html | 6 ++---- wallets/templates/score-detail.html | 21 ++++++++++++++------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/chat/templates/chat_customer.html b/chat/templates/chat_customer.html index be61c50..2b0901d 100644 --- a/chat/templates/chat_customer.html +++ b/chat/templates/chat_customer.html @@ -118,7 +118,7 @@

{{ order }}

- Испонитель: {{ order.order.contractor.get_full_name }} + Исполнитель: {{ order.order.contractor.get_full_name }}

@@ -128,7 +128,6 @@
{% endfor %} -
@@ -147,7 +146,6 @@
отправить
-

Этапы работы

@@ -168,7 +166,7 @@

diff --git a/wallets/templates/score-detail.html b/wallets/templates/score-detail.html index 9e72082..4282c45 100644 --- a/wallets/templates/score-detail.html +++ b/wallets/templates/score-detail.html @@ -16,16 +16,17 @@

{{ user_score_balance }}

- {% if user_score.is_customer %} -
- пополнить + {% if user_score.is_customer and user_score_balance > 0 %} + {% endif %} - + {% if user_score.is_contractor %} + + {% endif %}