Revert "Fix form id"

This reverts commit d225c2da26.
This commit is contained in:
slawkens
2024-05-30 13:48:53 +02:00
parent 1e8198635e
commit 6be4a42c5a
2 changed files with 2 additions and 2 deletions

View File

@@ -297,7 +297,7 @@
<table border="0" cellspacing="0" cellpadding="0" >
<tr>
<td style="border:0px;" >
<form id="form" action="{{ getLink('account/create') }}" method="post">
<form id="form" action="{{ getLink('account/create') }}" method="post" id="createaccount">
{{ csrf() }}
<input type="hidden" name="save" value="1" >
{{ include('buttons.submit.html.twig') }}