aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/auth/change_password.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/auth/change_password.html')
-rw-r--r--templates/web/base/auth/change_password.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/base/auth/change_password.html b/templates/web/base/auth/change_password.html
index b4170c23e..be0dc69b4 100644
--- a/templates/web/base/auth/change_password.html
+++ b/templates/web/base/auth/change_password.html
@@ -3,11 +3,12 @@
<h1>[% loc('Change password') %]</h1>
[% IF password_changed %]
- <p id="fixed">[% loc('Your password has been changed') %]</p>
+ <p class="form-success">[% loc('Your password has been changed') %]</p>
[% END %]
<form action="[% c.uri_for('change_password') %]" method="post" name="change_password" class="fieldset">
+ <input type="hidden" name="token" value="[% csrf_token %]">
[% IF password_error;