From 8f205c129f5759a404b9556f37f3eba7c28475f3 Mon Sep 17 00:00:00 2001 From: pebosi Date: Tue, 14 Jan 2014 23:28:55 +0100 Subject: [PATCH] Update error templates --- templates/error-500.html | 2 +- templates/error.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/error-500.html b/templates/error-500.html index af62507c..aec6150e 100644 --- a/templates/error-500.html +++ b/templates/error-500.html @@ -2,7 +2,7 @@ {% block explanation %}
-
+

{{ _("Detailed information") }}

diff --git a/templates/error.html b/templates/error.html index 4fb6c4e8..0cd11f2c 100644 --- a/templates/error.html +++ b/templates/error.html @@ -9,7 +9,7 @@

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

Leider ist ein unerwarteter Fehler beim Laden der Seite aufgetreten. @@ -38,7 +38,7 @@ {% if exception %}

-
+
{{ exception }}
-- 2.47.3