aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth/sign_out.html
blob: 23d39aa2d191eb728b0603ff580b581cc2858711 (plain)
1
2
3
4
5
6
7
8
[% 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') %]">sign in again</a>, or
go back to the <a href="/">FixMyStreet front page</a>.</p>

[% INCLUDE 'footer.html' %]