remotes/origin/PR-39
PekopT 10 years ago
parent 30838e8d52
commit af09207792
  1. 8
      chat/templates/chat_contractor.html
  2. 9
      chat/templates/chat_customer.html

@ -47,7 +47,13 @@
{% endthumbnail %}
</div>
<p class="nameMess">
<div><a href="#" style="color:black;">{{ contact.username }}</a></div>
{% if contact.is_contractor %}
{% url "users:contractor-profile" pk=contact.pk as contact_url %}
{% else %}
{% url "users:customer-profile-open-projects" pk=contact.pk as contact_url %}
{% endif %}
<div><a href="{{ contact_url }}" style="color:black;">{{ contact.username }}</a></div>
</p>
<a href="#" class="conMess">Контакты</a>

@ -41,7 +41,12 @@
{% endif %}
</div>
<p class="nameMess">
<div><a href="#">{{ contact.username }}</a></div>
{% if contact.is_contractor %}
{% url "users:contractor-profile" pk=contact.pk as contact_url %}
{% else %}
{% url "users:customer-profile-open-projects" pk=contact.pk as contact_url %}
{% endif %}
<div><a href="{{ contact_url }}">{{ contact.username }}</a></div>
</p>
<a href="#" data-target="#userModal" data-toggle="modal"
@ -148,7 +153,7 @@
Обсуджение задания и условий выполнения работы. Подтверждение заказа исполнителем.
</p>
</div>
<div id="order-stages" class="stepssBlock"></div>
<div class="stepssBlock box-sizing disTab">

Loading…
Cancel
Save