aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/logout.html
blob: 9f3390f0a47ee96ded3477c0b8efba3f042c9bdc (plain)
1
2
3
4
5
6
7
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' %]