From a5f401e6f5dc5e5c30b56ecca8deac092bc1594e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Sep 2018 16:53:37 +0200 Subject: Improve 500/400 eroor page --- ishtar_common/templates/404.html | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'ishtar_common/templates/404.html') diff --git a/ishtar_common/templates/404.html b/ishtar_common/templates/404.html index f2c57d496..647c6df8c 100644 --- a/ishtar_common/templates/404.html +++ b/ishtar_common/templates/404.html @@ -1,17 +1,5 @@ -{% load i18n %} - - - - {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} - - - - -
-

{% trans "Page not found" %}

-

{% trans "Back to main page" %}

-
- - - +{% extends "500.html" %} +{% load i18n %}{% block content %} +

{% trans "Page not found" %}

+{% endblock %} -- cgit v1.2.3