diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 20:45:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 20:45:29 -0800 |
commit | 422a8cc47489aa44b852ff0add1ef6ea63cfc1ff (patch) | |
tree | 6640c13f10271cffe8e442e1fc75202d032121ca /python/fatcat_web/templates/auth_logout.html | |
parent | 1cb3b1afa8df555d890cc556751222cf22c22696 (diff) | |
download | fatcat-422a8cc47489aa44b852ff0add1ef6ea63cfc1ff.tar.gz fatcat-422a8cc47489aa44b852ff0add1ef6ea63cfc1ff.zip |
several auth improvements
Diffstat (limited to 'python/fatcat_web/templates/auth_logout.html')
-rw-r--r-- | python/fatcat_web/templates/auth_logout.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/auth_logout.html b/python/fatcat_web/templates/auth_logout.html new file mode 100644 index 00000000..819d42fe --- /dev/null +++ b/python/fatcat_web/templates/auth_logout.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block body %} +<h1>Logout</h1> + +<p>If you are seeing this page, you are now logged out. + +<p>Use the links above to return to the home page or log back in. +{% endblock %} |