From 1deba8a242b641ed7145eb4bfa19cbdcc3275dd4 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 18 Sep 2012 17:51:18 +0200 Subject: Add 404 errors and improve error messages --- hyperkitty/templates/404.html | 14 +++++++------- hyperkitty/templates/500.html | 14 +++++++------- hyperkitty/views/message.py | 4 +++- hyperkitty/views/thread.py | 4 +++- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/hyperkitty/templates/404.html b/hyperkitty/templates/404.html index dbc98cb..6f321aa 100644 --- a/hyperkitty/templates/404.html +++ b/hyperkitty/templates/404.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% block content %} +{% block content %}