local changes from server
[redakcja.git] / redakcja / templates / registration / logged_out.html
diff --git a/redakcja/templates/registration/logged_out.html b/redakcja/templates/registration/logged_out.html
new file mode 100644 (file)
index 0000000..766f244
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "catalogue/base.html" %}
+
+{% block inner_content %}
+
+<h1>Logged out</h1>
+
+<p>You are now logged out. <a href="/">Continue to the main page</a>.</p>
+
+{% endblock %}
\ No newline at end of file