summaryrefslogtreecommitdiffstats
path: root/templates/settings.html
diff options
context:
space:
mode:
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) }}