hide area from team list
This commit is contained in:
parent
1b6d965a75
commit
f33a9393c0
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue