Dodanie aplikacji django-cas-provider.
[redakcja.git] / project / templates / cas / logout.html
diff --git a/project/templates/cas/logout.html b/project/templates/cas/logout.html
new file mode 100644 (file)
index 0000000..a555054
--- /dev/null
@@ -0,0 +1,12 @@
+{% 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 %}