Merge branch 'optimer-html-fix' into 'master'

[FIX] Optimer table HTML

See merge request allianceauth/allianceauth!1760
This commit is contained in:
Ariel Rin 2025-09-21 02:43:26 +00:00
commit 188295daac

View File

@ -22,8 +22,8 @@
</tr>
</thead>
{% for ops in timers %}
<tbody>
<tbody>
{% for ops in timers %}
<tr>
<td>
{{ ops.operation_name }}
@ -55,8 +55,8 @@
</td>
{% endif %}
</tr>
</tbody>
{% endfor %}
{% endfor %}
</tbody>
</table>
</div>
{% endblock content %}