From 1dd4510288875a73c1669a671d10f690eccad92d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jul 2013 14:16:44 +0200 Subject: Add default 404 --- ishtar_common/templates/404.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ishtar_common/templates/404.html (limited to 'ishtar_common/templates/404.html') diff --git a/ishtar_common/templates/404.html b/ishtar_common/templates/404.html new file mode 100644 index 000000000..8ab3b07de --- /dev/null +++ b/ishtar_common/templates/404.html @@ -0,0 +1,20 @@ +{% load i18n %} + + + + + + {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} + + + + +
+

{% trans "Page not found" %}

+

{% trans "Back to main page" %}

+
+ + + + -- cgit v1.2.3