Rearrange source.
[turniej.git] / src / core / templates / 500.html
diff --git a/src/core/templates/500.html b/src/core/templates/500.html
new file mode 100644 (file)
index 0000000..5ce19fc
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "edition2/base.html" %}
+
+{% block "body" %}
+<h1>Błąd</h1>
+
+<p>Wystąpił błąd serwera. Przepraszamy!</p>
+
+{% endblock %}