Rearrange source.
[turniej.git] / src / core / templates / 404.html
diff --git a/src/core/templates/404.html b/src/core/templates/404.html
new file mode 100644 (file)
index 0000000..1189e68
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "edition2/base.html" %}
+
+{% block "body" %}
+<h1>Nie znaleziono strony</h1>
+
+<p>Nie ma tu żadnej strony. Przejdź do <a href='/'>strony głównej</a>.</p>
+
+{% endblock %}