Some cleanup before production deploy.
[cas.git] / cas / templates / cas / logout.html
diff --git a/cas/templates/cas/logout.html b/cas/templates/cas/logout.html
deleted file mode 100644 (file)
index d2a4009..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{% 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