diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-18 12:58:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-18 12:58:37 +0000 |
commit | aa82d06450bd3e807edd03c2d7b546bb8e187fd8 (patch) | |
tree | 7f276c45f54c92dba1530ff8ae78130f14e0ebb5 | |
parent | 2bf6d88fc6dfb5f51545f8911b28777bfd6c7230 (diff) |
Link back to admin from Zurich sign out page.
-rw-r--r-- | templates/web/zurich/auth/sign_out.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/zurich/auth/sign_out.html b/templates/web/zurich/auth/sign_out.html new file mode 100644 index 000000000..fa2f6fd69 --- /dev/null +++ b/templates/web/zurich/auth/sign_out.html @@ -0,0 +1,8 @@ +[% 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('/admin') %]">sign in again</a>, or +go back to the <a href="/">front page</a>.</p> + +[% INCLUDE 'footer.html' %] |