summaryrefslogtreecommitdiffstats
path: root/templates/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings.html')
-rw-r--r--templates/settings.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/settings.html b/templates/settings.html
index de317fb..064e5af 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -3,7 +3,6 @@
{%- set title = 'Einstellungen' %}
{%- block content %}
<form action="{{ url_for('settings') }}" method="post" class="form-horizontal">
- {{ render_field(form.old_password, autofocus="autofocus") }}
<h2>Globale Einstellungen ändern</h2>
{{ render_field(form.mail) }}
{{ render_field(form.password) }}