You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
394 B
Twig
9 lines
394 B
Twig
<form action="{{ path('back-index') }}" method="post" enctype="multipart/form-data">
|
|
<label>Handle</label><br/>
|
|
<input type="text" name="handle" value=""/>
|
|
<br/>
|
|
<label>Password</label><br/>
|
|
<input type="password" name="password" value=""/>
|
|
<input type="hidden" name="token" value="{{ csrf_token('upload') }}"/><br/>
|
|
<input type="submit" value="Knock Knock" name="submit_button"></form>
|