forked from MarseyWorld/MarseyWorld
add "address"
parent
e0b63cf068
commit
32a4f502df
|
@ -5,7 +5,7 @@
|
|||
{% block content %}
|
||||
<div id="login-form">
|
||||
<form action="/forgot" method="post" class="mt-3">
|
||||
<label for="username_or_email" class="autofocus mt-3">Username or Email</label>
|
||||
<label for="username_or_email" class="autofocus mt-3">Username or Email Address</label>
|
||||
<input id="username_or_email" autocomplete="off" class="form-control" name="username_or_email" required>
|
||||
<input autocomplete="off" class="btn btn-primary login w-100 mt-4" type="submit" value="Send recovery link">
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue