From 0aedeac301374eda60c9cc8c49598f604845e7ec Mon Sep 17 00:00:00 2001 From: Sven Hoehn Date: Wed, 6 Dec 2017 17:08:34 +0100 Subject: [PATCH] Bootstrap migration: 404 page --- templates/error.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/error.html b/templates/error.html index c904267..2829892 100644 --- a/templates/error.html +++ b/templates/error.html @@ -3,13 +3,12 @@ {% block title %}{{ _("Error") }} {{ code }}{% end block %} {% block container %} - - -
+
+
+

{{ code }} - {{ message }}

+
-
+
{% if lang == "de" %}

Leider ist ein unerwarteter Fehler beim Laden der Seite aufgetreten. @@ -26,7 +25,7 @@

If this is the first occurrence of the error, please wait a little bit - and try again. If the error occurres anyway the webmaster would be happy + and try again. If the error occurs anyway the webmaster would be happy to get a notification about this.

{% end %} @@ -39,10 +38,11 @@ {% if exception %}
-
+
{{ exception }}
{% end %}
+
{% end block %} -- 2.47.3