small template change to team list
This commit is contained in:
parent
5431ff1852
commit
a16c6c4ba3
|
@ -16,9 +16,7 @@ Teams | {{ block.super }}
|
||||||
<th>Area</th>
|
<th>Area</th>
|
||||||
<th>Responsible</th>
|
<th>Responsible</th>
|
||||||
<th>Members</th>
|
<th>Members</th>
|
||||||
{% if request.user.is_authenticated %}
|
<th>Actions</th>
|
||||||
<th>Action</th>
|
|
||||||
{% endif %}
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -55,6 +53,8 @@ Teams | {{ block.super }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
{% else %}
|
||||||
|
<td>Login to join!</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue