X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/090fa209bd92925fbd407b8c3e7c996f5762fd3f..d0deb0f3bebb42475b2b04d0ce389160cc219e44:/project/templates/cas/logout.html diff --git a/project/templates/cas/logout.html b/project/templates/cas/logout.html deleted file mode 100644 index a555054b..00000000 --- a/project/templates/cas/logout.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -Logged out -{% endblock %} - -{% block maincontent %} -

Logged out

- -

You have successfully logged out. To ensure that you are logged out of all services, please close your browser.

- {% if url %}

Click here to return to {{ url }}

{% endif %} -{% endblock %}