- django-cas-consumer i django-cas-provider nie są już wymagane.
[redakcja.git] / project / templates / cas / logout.html
diff --git a/project/templates/cas/logout.html b/project/templates/cas/logout.html
deleted file mode 100644 (file)
index a555054..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}
-Logged out
-{% endblock %}
-
-{% block maincontent %}
-    <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 %}