]> git.parisson.com Git - teleforma.git/commitdiff
add 404
authoryomguy <yomguy@parisson.com>
Tue, 16 Oct 2012 07:43:44 +0000 (09:43 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 16 Oct 2012 07:43:44 +0000 (09:43 +0200)
teleforma/templates/teleforma/404.html [new file with mode: 0644]

diff --git a/teleforma/templates/teleforma/404.html b/teleforma/templates/teleforma/404.html
new file mode 100644 (file)
index 0000000..70d9b07
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "telemeta/base.html" %}
+{% load teleforma_tags %}
+{% load telemeta_utils %}
+{% load i18n %}
+
+
+{% block content %}
+
+<div>
+{% trans "Page not found" %}
+</div>
+
+{% endblock content %}