remotes/origin/PR-39
PekopT 9 years ago
parent 002c17bbe9
commit 1faaab1e9b
  1. 2
      projects/models.py
  2. 6
      users/templates/contractor_profile.html

@ -73,7 +73,7 @@ class Realty(models.Model):
class Project(models.Model, HitCountMixin):
WORK_TYPES = (
(1, 'Проектирование'),
(2, 'Проверка документации'),
(2, 'Техническое сопровождение'),
# (3, 'Устранение замечаний в проекте'),
)

@ -91,8 +91,10 @@
{% else %}
<div class="statusUser busy">Занят</div>
{% endif %}
<a href="#" data-toggle="modal" data-target="#contact-contactor-modal" class="showCon">показать контакты</a>
{% if request.user.is_authenticated %}
<a href="#" data-toggle="modal" data-target="#contact-contactor-modal" class="showCon">показать контакты</a>
{% endif %}
</div>
<div class="col-lg-4">
{% specialization_widget contractor.pk %}

Loading…
Cancel
Save