Close form in proper place

This commit is contained in:
slawkens 2024-05-30 14:21:52 +02:00
parent 060400b074
commit e9aea17e1b

View File

@ -61,20 +61,19 @@ Please enter your account {{ account|lower }} and your password.<br/><a href="{{
{{ include('buttons.submit.html.twig') }}
</td>
<tr>
</form>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<form action="{{ getLink('account/lost') }}" method="post">
{{ csrf() }}
<tr>
<td style="border:0px;">
<tr>
<td style="border:0px;">
<a href="{{ getLink('account/lost') }}">
{{ include('buttons.account_lost.html.twig') }}
</td>
</tr>
</form>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>