Some cleanup before production deploy.
[cas.git] / src / cas / templates / cas / logout.html
diff --git a/src/cas/templates/cas/logout.html b/src/cas/templates/cas/logout.html
new file mode 100644 (file)
index 0000000..d2a4009
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "cas_base.html" %}
+{% block title %}
+Logged out
+{% endblock %}
+{% block content %}
+    <h3>Logged out</h3>
+    <p>You have successfully logged out. To ensure that you are logged out of all services, please close your browser.</p>
+    {% if url %}<p><a href="{{ url }}">Click here</a> to return to {{ url }}</p>{% endif %}
+{% endblock %}
\ No newline at end of file