Nothing important: just formatting

This commit is contained in:
slawkens
2025-06-15 19:05:47 +02:00
parent dca904e61d
commit 8dc42b6544
4 changed files with 32 additions and 32 deletions

View File

@@ -18,14 +18,14 @@
{% else %}
<div style="text-align:center">
<table border="0" cellspacing="0" cellpadding="0">
<form action="{{ getLink('account/manage') }}" method="post">
{{ csrf() }}
<tr>
<td style="border:0px;">
<tr>
<td style="border:0;">
<form action="{{ getLink('account/manage') }}" method="post">
{{ csrf() }}
{{ include('buttons.back.html.twig') }}
</td>
</tr>
</form>
</form>
</td>
</tr>
</table>
</div>
{% endif %}