diff options
Diffstat (limited to 'templates/web/default/auth/sign_out.html')
-rw-r--r-- | templates/web/default/auth/sign_out.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/web/default/auth/sign_out.html b/templates/web/default/auth/sign_out.html deleted file mode 100644 index 571e13f9f..000000000 --- a/templates/web/default/auth/sign_out.html +++ /dev/null @@ -1,7 +0,0 @@ -[% 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' %] |