aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/zurich/auth/sign_out.html8
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' %]