From 857e2e8e4f2f5c901c9854ac2ce5e1d9cc8f1cb3 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 7 Sep 2012 22:22:32 +0100 Subject: [PATCH] Transmogrifying - sequence five initiated. --- templates/404.html | 14 ++++++++++---- templates/500.html | 41 ++++++++++++++++++++++++----------------- 2 files changed, 34 insertions(+), 21 deletions(-) diff --git a/templates/404.html b/templates/404.html index 3b54376..ae07e60 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,10 +1,16 @@ - - + -404 - +
+
+
+ That's a 404.. +

Something's not where it should be..

+
+ +
+
\ No newline at end of file diff --git a/templates/500.html b/templates/500.html index 630a1e7..ea4baac 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,19 +1,26 @@ -{% extends "admin/base_site.html" %} -{% load i18n %} -{% load url from future %} + + + + + +
+
+
+ That's a 500.. -{% block breadcrumbs %} - +

Emails have been sent and meetings have been scheduled. +

+ We'll round-table, brainstorm and apply some blue-sky thinking. We'll have her sorted, lickety + split. +
+

+ +

+ 500 +

+
-{% endblock %} - -{% block title %}{% trans 'Server error (500)' %}{% endblock %} - -{% block content %} -

{% trans 'Server Error (500)' %}

-

{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed - shortly. Thanks for your patience." %}

-500 -{% endblock %} + + \ No newline at end of file