From: Sven Hoehn Date: Wed, 6 Dec 2017 16:08:34 +0000 (+0100) Subject: Bootstrap migration: 404 page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e8d83194d27ec6f2d569499e125f25c99e77d60;p=ipfire.org.git Bootstrap migration: 404 page --- diff --git a/templates/error.html b/templates/error.html index c9042678..2829892d 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 %}