Update account.generate_recovery_key.html.twig

This commit is contained in:
slawkens 2025-06-09 21:18:45 +02:00
parent 10cd71a663
commit fffb427eae

View File

@ -32,14 +32,14 @@ To generate recovery key for your account please enter your password.<br/><br/>
</td> </td>
<td> <td>
<table border="0" cellspacing="0" cellpadding="0"> <table border="0" cellspacing="0" cellpadding="0">
<form action="{{ getLink('account/manage') }}" method="post"> <tr>
{{ csrf() }} <td style="border: 0;">
<tr> <form action="{{ getLink('account/manage') }}" method="post">
<td style="border: 0;"> {{ csrf() }}
{{ include('buttons.back.html.twig') }} {{ include('buttons.back.html.twig') }}
</td> </form>
</tr> </td>
</form> </tr>
</table> </table>
</td> </td>
</tr> </tr>