aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/auth_logout.html
blob: 819d42fea72e29deeb322133d6832e5ff3f9b392 (plain)
1
2
3
4
5
6
7
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 %}