fnp
/
turniej.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[turniej.git]
/
turniej
/
templates
/
500.html
1
{% extends "base.html" %}
2
3
{% block "body" %}
4
<h1>Błąd</h1>
5
6
<p>Wystąpił błąd serwera. Przepraszamy!</p>
7
8
{% endblock %}