diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:53:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:53:42 +0000 |
commit | 0b2285782686fc6c32916dea46a1a3e86d160d15 (patch) | |
tree | 10c14443bc3d18789b212af29dc40d929178757b | |
parent | 8ae637ea960613b37bfeab878174512aa8f9c668 (diff) |
Zurich sign in headings the same size.
-rw-r--r-- | templates/web/zurich/auth/general.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/web/zurich/auth/general.html b/templates/web/zurich/auth/general.html index 42bb09c98..ce1f11666 100644 --- a/templates/web/zurich/auth/general.html +++ b/templates/web/zurich/auth/general.html @@ -1,7 +1,5 @@ [% INCLUDE 'header.html', title = loc('Sign in or create an account') %] -<h1>[% loc('Sign in') %]</h1> - [% IF email_error; # other keys include fqdn, mxcheck if you'd like to write a custom error message @@ -16,6 +14,9 @@ END %] <form action="[% c.uri_for() %]" method="post" name="general_auth_login" class="validate"> <fieldset> + + <h1>[% loc('Sign in') %]</h1> + <input type="hidden" name="r" value="[% c.req.params.r | html %]"> <div id="form_sign_in_yes" class="form-box"> @@ -45,7 +46,7 @@ END %] <fieldset> <input type="hidden" name="r" value="[% c.req.params.r | html %]"> - <h3>[% loc('<strong>No</strong> let me sign in by email') %]</h3> + <h1>[% loc('<strong>No</strong> let me sign in by email') %]</h1> <div id="form_sign_in_no" class="form-box"> <label class="n" for="email2">[% loc('Email') %]</label> |