diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-21 11:41:23 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-21 11:41:23 +0100 |
commit | d941a8c26e943c941f8e37ecbd9a9982dd41cb70 (patch) | |
tree | 75ea20fb18e984912ba60e4e499114c83cf431fe /templates/web/default/auth | |
parent | 9da2d7b0e806407e3ed5e5418a53fca64757a39a (diff) | |
parent | 77f31e8c96c727ea5ab9cf217cfd924074e8f3ed (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into js-validation
Conflicts:
templates/web/default/report/display.html
Diffstat (limited to 'templates/web/default/auth')
-rw-r--r-- | templates/web/default/auth/change_password.html | 6 | ||||
-rw-r--r-- | templates/web/default/auth/general.html | 2 |
2 files changed, 2 insertions, 6 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> diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html index 607eebd2d..5407e56e1 100644 --- a/templates/web/default/auth/general.html +++ b/templates/web/default/auth/general.html @@ -54,7 +54,7 @@ <p>[% loc('<strong>No</strong>, I do not, let me sign in by email:') %]</p> - <div id="fieldset"> + <div class="fieldset"> <div class="form-field"> <label for="name">[% loc('Your name:') %]</label> <input type="text" name="name" value=""> |