remotes/origin/PR-39
Mukhtar 10 years ago
commit a636f4675e
  1. 10
      users/templates/contractor_profile.html

@ -59,6 +59,16 @@
</li>
{% endif %}
</ul>
{% if contractor.teams.exists %}
<div>Является членом групп:</div>
<ul>
{% for team in contractor.teams.all %}
<li><a href="{% url 'users:team-profile' pk=team.pk %}">{{ team.name }}</a><span></span></li>
{% endfor %}
</ul>
{% endif %}
</div>
</div>
<div class="col-lg-9 divCol9">

Loading…
Cancel
Save