hide area from team list

This commit is contained in:
Thomas Steen Rasmussen 2017-04-13 18:50:16 +02:00
parent 1b6d965a75
commit f33a9393c0
1 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@ Teams | {{ block.super }}
<tr>
<th>Name</th>
<th>Description</th>
<th>Area</th>
<th>Responsible</th>
<th>Members</th>
<th>Actions</th>
@ -36,9 +35,6 @@ Teams | {{ block.super }}
<td>
{{ team.description|unsafecommonmark|truncatewords:50 }}
</td>
<td>
{{ team.area.name }} Area
</td>
<td>
{% for resp in team.responsible.all %}
{{ resp.get_full_name|default:"Unnamed" }}{% if not forloop.last %},{% endif %}<br>