From 40b2747acd4b109b944d4623dfbe62857f0cc4ac Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <_@chrisjrn.com> Date: Mon, 4 Jul 2016 00:00:50 +1000 Subject: [PATCH] Adds a 404 page. (#38) --- pinaxcon/templates/404.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pinaxcon/templates/404.html diff --git a/pinaxcon/templates/404.html b/pinaxcon/templates/404.html new file mode 100644 index 00000000..e2c307c6 --- /dev/null +++ b/pinaxcon/templates/404.html @@ -0,0 +1,23 @@ +{% extends "site_base_wagtail.html" %} +{% load staticfiles %} +{% load wagtailcore_tags %} + +{% load sitetree %} +{% load i18n %} + +{% block body_class %}template-blogpage{% endblock %} + +{% block head_title %}{{ page.title }}{% endblock %} + +{% block body %} + {% block content %} + {% include "cms_pages/content_page_header_panel.html" %} +
The page you're looking for doesn't exist. Sorry!
+