From e28fb861fd4d1a73d4e8c6119224fe90e8efdfba Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 16 Oct 2012 09:43:44 +0200 Subject: [PATCH] add 404 --- teleforma/templates/teleforma/404.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 teleforma/templates/teleforma/404.html diff --git a/teleforma/templates/teleforma/404.html b/teleforma/templates/teleforma/404.html new file mode 100644 index 00000000..70d9b073 --- /dev/null +++ b/teleforma/templates/teleforma/404.html @@ -0,0 +1,13 @@ +{% extends "telemeta/base.html" %} +{% load teleforma_tags %} +{% load telemeta_utils %} +{% load i18n %} + + +{% block content %} + +
+{% trans "Page not found" %} +
+ +{% endblock content %} -- 2.39.5