mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Close form in proper place
This commit is contained in:
parent
060400b074
commit
e9aea17e1b
@ -61,20 +61,19 @@ Please enter your account {{ account|lower }} and your password.<br/><a href="{{
|
|||||||
{{ include('buttons.submit.html.twig') }}
|
{{ include('buttons.submit.html.twig') }}
|
||||||
</td>
|
</td>
|
||||||
<tr>
|
<tr>
|
||||||
</form>
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
||||||
<form action="{{ getLink('account/lost') }}" method="post">
|
<tr>
|
||||||
{{ csrf() }}
|
<td style="border:0px;">
|
||||||
<tr>
|
<a href="{{ getLink('account/lost') }}">
|
||||||
<td style="border:0px;">
|
|
||||||
{{ include('buttons.account_lost.html.twig') }}
|
{{ include('buttons.account_lost.html.twig') }}
|
||||||
</td>
|
</a>
|
||||||
</tr>
|
</td>
|
||||||
</form>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user