X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8325a3ee5db92b5e219b1c853d12db8534ff8bba..090fa209bd92925fbd407b8c3e7c996f5762fd3f:/project/templates/cas/logout.html diff --git a/project/templates/cas/logout.html b/project/templates/cas/logout.html new file mode 100644 index 00000000..a555054b --- /dev/null +++ b/project/templates/cas/logout.html @@ -0,0 +1,12 @@ +{% 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 %}