summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/settings.html b/templates/settings.html
index c91d978..c0854e5 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -5,6 +5,8 @@
<form action="{{ url_for('settings') }}" method="post" class="form-horizontal">
<h2>Globale Einstellungen ändern</h2>
{{ render_field(form.mail) }}
+ <p></p>
+ {{ render_field(form.old_password) }}
{{ render_field(form.password) }}
{{ render_field(form.password_confirm) }}
{{ render_csrf(form) }}