fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
projects tab in top menu
[redakcja.git]
/
redakcja
/
templates
/
registration
/
logged_out.html
1
{% extends "catalogue/base.html" %}
2
3
{% block inner_content %}
4
5
<h1>Logged out</h1>
6
7
<p>You are now logged out. <a href="/">Continue to the main page</a>.</p>
8
9
{% endblock %}