fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
links to login/reset on register error
[redakcja.git]
/
redakcja
/
templates
/
error_base.html
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5
<title>MIL/PEER</title>
6
</head>
7
<body>
8
9
{% block "content" %}
10
{% endblock %}
11
12
13
</body>
14
</html>
15
16