small template change to team list

This commit is contained in:
Thomas Steen Rasmussen 2017-04-08 09:58:16 +02:00
parent 5431ff1852
commit a16c6c4ba3
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,7 @@ Teams | {{ block.super }}
<th>Area</th>
<th>Responsible</th>
<th>Members</th>
{% if request.user.is_authenticated %}
<th>Action</th>
{% endif %}
<th>Actions</th>
</tr>
</thead>
<tbody>
@ -55,6 +53,8 @@ Teams | {{ block.super }}
{% endif %}
{% endif %}
</td>
{% else %}
<td>Login to join!</td>
{% endif %}
</tr>
{% endfor %}