From a1b891c3897f3aa2557a485422815c929c63d527 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Wed, 21 Feb 2018 16:52:52 +0100 Subject: [PATCH] Corrected the language in the testproject's 500 page. --- testproject/testproject/templates/500.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testproject/testproject/templates/500.html b/testproject/testproject/templates/500.html index c49908b6..d7649b82 100644 --- a/testproject/testproject/templates/500.html +++ b/testproject/testproject/templates/500.html @@ -1,7 +1,7 @@ {% extends "wiki/base.html" %} {% load wiki_tags i18n %} -{% block pagetitle %}{% trans "500 Server err" %}{% endblock %} +{% block pagetitle %}{% trans "500 Server error" %}{% endblock %} {% block wiki_breadcrumbs %}{% endblock %} @@ -10,7 +10,11 @@

{% trans "500 - ERROR" %}

-

{% trans "Oh god no the demo has failed. Please rest asured that an open source developer is the logs to resolve this, because it's fun!!" %}

+

{% blocktrans trimmed %] + Oh god no the demo has failed. Please rest assured that an open source developer is reading the + logs to resolve this, because it's fun!! + {% endblocktrans %} +

{% endblock %} -- 2.45.2