aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/seesomething/auth/sign_out.html
blob: ef1d11b58e0aabaae58f2dfccd08ac656b13973f (plain)
1
2
3
4
5
6
7
[% 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', { r => 'admin/stats' } ) %]">sign in again</a></p>

[% INCLUDE 'footer.html' %]