aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/sign_out.html
blob: 3d8df60e400c60387aca59f46055536064521b30 (plain)
1
2
3
4
5
6
7
8
[% INCLUDE 'header.html', title => loc('Sign out') %]

<h1>[% loc('You have been signed out') %]</h1>

<p>Please feel free to <a href="[% c.uri_for('/auth') %]">sign in again</a>.</p>


[% INCLUDE 'footer.html' %]