aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/auth/logout.html')
-rw-r--r--templates/web/default/auth/logout.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/default/auth/logout.html b/templates/web/default/auth/logout.html
new file mode 100644
index 000000000..9f3390f0a
--- /dev/null
+++ b/templates/web/default/auth/logout.html
@@ -0,0 +1,8 @@
+[% INCLUDE 'header.html', title => loc('Logout') %]
+
+<h1>[% loc('You have been logged out') %]</h1>
+
+<p>Please feel free to <a href="[% c.uri_for('/auth/') %]">login again</a>.</p>
+
+
+[% INCLUDE 'footer.html' %] \ No newline at end of file