summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index e28d126..4e98750 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,7 +14,7 @@
{{ render_field(form.password) }}
<div class="form-actions"><input type="submit" value="Login" /></div>
<p class="form-actions"><a href="/register">Account erstellen</a></div>
- <p class="form-actions"><a href="/lost_password">Passwort vergessen</a></div>
+ <p class="form-actions"><a href="/lost_password">Passwort oder Benutzername vergessen</a></div>
</form>
{%- endblock %}