aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/sign_out.html
blob: 571e13f9f7cd7c390aee8412e87afb6d04d01c37 (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>[% tprintf( loc('Please feel free to <a href="%s">sign in again</a>, or go back to the <a href="/">front page</a>.'), c.uri_for('/auth') ) %]</p>

[% INCLUDE 'footer.html' %]