This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
{{with $form.Message}}<p class='form-message error'>{{.}}</p>{{end}}
|
||||
<form action='{{webPath "login"}}' method='POST'>
|
||||
<input type='hidden' name='csrf_token' value='{{.CSRFToken}}'>
|
||||
{{with $form.ReturnTo}}<input type='hidden' name='return_to' value='{{.}}'>{{end}}
|
||||
<label for='email'>E-Mail-Adresse</label>
|
||||
<input id='email' name='email' type='email' value='{{$form.Email}}' autocomplete='email' required>
|
||||
{{with index $form.Errors "email"}}<p class='field-error'>{{.}}</p>{{end}}
|
||||
|
||||
Reference in New Issue
Block a user