fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
redakcja/templates/registration/logged_out.html
@@ -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