add "address"

pull/225/head
Aevann 2024-03-23 00:34:07 +02:00
parent e0b63cf068
commit 32a4f502df
1 changed files with 1 additions and 1 deletions

View File

@ -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>