summaryrefslogtreecommitdiffstats
path: root/templates/settings.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-26 03:47:57 +0200
committerMarian Sigler <m@qjym.de>2012-09-26 03:47:57 +0200
commitbf5d684c05a26787de0de80b0894b9d2d031c6ad (patch)
tree384a98a46061d04cc5064059f89215886b208dbc /templates/settings.html
parent1d149b55d57632c41bb3d0d60805f3552cde3a22 (diff)
downloadweb-bf5d684c05a26787de0de80b0894b9d2d031c6ad.tar.gz
web-bf5d684c05a26787de0de80b0894b9d2d031c6ad.tar.bz2
web-bf5d684c05a26787de0de80b0894b9d2d031c6ad.zip
Implement password recovery functionality.
Diffstat (limited to 'templates/settings.html')
-rw-r--r--templates/settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.html b/templates/settings.html
index 1d112d8..c672493 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -3,7 +3,7 @@
{%- set title = 'Einstellungen' %}
{%- block content %}
<form action="{{ url_for('settings') }}" method="post" class="form-horizontal">
- {{ render_field(form.old_password) }}
+ {{ render_field(form.old_password, autofocus="autofocus") }}
<h3>Globale Einstellungen ändern</h3>
{{ render_field(form.mail) }}
{{ render_field(form.password) }}