diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 19:00:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 19:00:44 +0100 |
commit | f1a3112aba932ee271f86d369ec63db4f287a24c (patch) | |
tree | f013d6803b10022d0612e4796e7df301ac7a5ea9 | |
parent | f55aad45ec239448db48813ab5de41c77e220e51 (diff) |
Add link to front page from sign out page.
-rw-r--r-- | templates/web/fixmystreet/auth/sign_out.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/fixmystreet/auth/sign_out.html b/templates/web/fixmystreet/auth/sign_out.html index 3d8df60e4..23d39aa2d 100644 --- a/templates/web/fixmystreet/auth/sign_out.html +++ b/templates/web/fixmystreet/auth/sign_out.html @@ -1,8 +1,8 @@ -[% INCLUDE 'header.html', title => loc('Sign out') %] +[% INCLUDE 'header.html', title = loc('Sign out'), bodyclass = 'fullwidthpage' %] <h1>[% loc('You have been signed out') %]</h1> -<p>Please feel free to <a href="[% c.uri_for('/auth') %]">sign in again</a>.</p> - +<p>Please feel free to <a href="[% c.uri_for('/auth') %]">sign in again</a>, or +go back to the <a href="/">FixMyStreet front page</a>.</p> [% INCLUDE 'footer.html' %] |