aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/auth/sign_out.html
blob: 1a468b27823d04517d01223cf1ff9a20daa19c32 (plain)
1
2
3
4
5
6
7
8
9
10
[% INCLUDE 'header.html', title = loc('Sign out'), bodyclass = 'fullwidthpage' %]

<div class="confirmation-header">
  <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>
</div>

[% INCLUDE next_steps.html utm_content='signed out' %]

[% INCLUDE 'footer.html' %]