remove unnecessary <th></th>s

pull/134/head
Aevann 2023-02-24 21:30:19 +02:00
parent d26cc5a83f
commit 4324609159
1 changed files with 1 additions and 5 deletions

View File

@ -7,10 +7,6 @@
<tr>
<th>Name</th>
<th>Joined on</th>
{% if v.id == group.owner.id %}
<th></th>
<th></th>
{% endif %}
</tr>
</thead>
<tbody>
@ -21,7 +17,7 @@
{% include "user_in_table.html" %}
{% endwith %}
</td>
{% if membership.approved_utc %}
<td data-time="{{membership.approved_utc}}"></td>
{% elif v.id == group.owner.id %}