aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/change_password.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/auth/change_password.html')
-rw-r--r--templates/web/default/auth/change_password.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/web/default/auth/change_password.html b/templates/web/default/auth/change_password.html
index be7c14e43..c10560c3e 100644
--- a/templates/web/default/auth/change_password.html
+++ b/templates/web/default/auth/change_password.html
@@ -7,10 +7,8 @@
[% END %]
-<form action="[% c.uri_for('change_password') %]" method="post" name="change_password">
+<form action="[% c.uri_for('change_password') %]" method="post" name="change_password" class="fieldset">
- <div id="fieldset">
-
[% IF password_error;
errors = {
@@ -35,8 +33,6 @@
<input type="submit" value="[% loc('Change Password') %]">
</div>
- </div>
-
</form>