mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 12:51:41 +01:00
Merge branch 'optimer-html-fix' into 'master'
[FIX] Optimer table HTML See merge request allianceauth/allianceauth!1760
This commit is contained in:
commit
188295daac
@ -22,8 +22,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
{% for ops in timers %}
|
|
||||||
<tbody>
|
<tbody>
|
||||||
|
{% for ops in timers %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{{ ops.operation_name }}
|
{{ ops.operation_name }}
|
||||||
@ -55,8 +55,8 @@
|
|||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user