aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/change_password.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-08 13:07:43 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-08 13:13:22 +0100
commitb35a27ba34dd96b829284bbd33d22abdb744c35f (patch)
tree80b2f74414d9b37b8923715d8787f88d682856db /templates/web/default/auth/change_password.html
parent3423cfe5e16e9130a25238cd76de76ec2bf07c67 (diff)
Tidy up a bit of CSS.
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>