From: yomguy Date: Tue, 16 Oct 2012 07:43:44 +0000 (+0200) Subject: add 404 X-Git-Tag: 0.9-probarreau~348 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e28fb861fd4d1a73d4e8c6119224fe90e8efdfba;p=teleforma.git add 404 --- 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 %}