diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-11 17:49:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-11 17:49:50 +0100 |
commit | ca69ed2f8ae268f037cfb29b91e5026634037887 (patch) | |
tree | 5fb9e0eac7deac205c1ec20b2d471ced8c7a1f3b | |
parent | 1f098ec45532a692d81b18179c0b14586b0d7da3 (diff) |
Make 'check your email' page two-thirds width.
-rw-r--r-- | templates/web/base/email_sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/email_sent.html b/templates/web/base/email_sent.html index 9afddf2bd..8d7b35a58 100644 --- a/templates/web/base/email_sent.html +++ b/templates/web/base/email_sent.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title = loc('Create a report') %] +[% INCLUDE 'header.html', bodyclass = 'twothirdswidthpage', title = loc('Create a report') %] <h1>[% loc("Nearly Done! Now check your email...") %]</h1> |