mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
[FIX] Optimer table HTML
This commit is contained in:
parent
222547187e
commit
77caa5543d
@ -22,8 +22,8 @@
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
{% for ops in timers %}
|
||||
<tbody>
|
||||
{% for ops in timers %}
|
||||
<tr>
|
||||
<td>
|
||||
{{ ops.operation_name }}
|
||||
@ -55,8 +55,8 @@
|
||||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
</tbody>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user