X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/redakcja/templates/registration/logged_out.html?ds=sidebyside diff --git a/redakcja/templates/registration/logged_out.html b/redakcja/templates/registration/logged_out.html new file mode 100644 index 00000000..766f2447 --- /dev/null +++ b/redakcja/templates/registration/logged_out.html @@ -0,0 +1,9 @@ +{% extends "catalogue/base.html" %} + +{% block inner_content %} + +

Logged out

+ +

You are now logged out. Continue to the main page.

+ +{% endblock %} \ No newline at end of file