Add a 404 template
authorMagnus Hagander <magnus@hagander.net>
Mon, 19 Jan 2015 21:36:07 +0000 (22:36 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 19 Jan 2015 21:36:07 +0000 (22:36 +0100)
pgcommitfest/commitfest/templates/404.html [new file with mode: 0644]

diff --git a/pgcommitfest/commitfest/templates/404.html b/pgcommitfest/commitfest/templates/404.html
new file mode 100644 (file)
index 0000000..ccf5146
--- /dev/null
@@ -0,0 +1,7 @@
+{%extends "base.html" %}
+{%block title%}Not found{%endblock%}
+{%block contents%}
+<h1>Not found</h1>
+<p>The specified URL was not found.</p>
+{%endblock%}
+