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 %}