From 8356902e3a9029ff36b12ea1f543d6d04446978d Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Thu, 18 May 2023 15:27:41 +0200 Subject: [PATCH] Fix titles --- pflaenzli/pflaenzli/templates/403.html | 2 +- pflaenzli/pflaenzli/templates/403_csrf.html | 2 +- pflaenzli/pflaenzli/templates/500.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pflaenzli/pflaenzli/templates/403.html b/pflaenzli/pflaenzli/templates/403.html index 75dc473..f8dafaf 100644 --- a/pflaenzli/pflaenzli/templates/403.html +++ b/pflaenzli/pflaenzli/templates/403.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Not found" %} + {% trans "Forbidden" %} {% endblock title %} {% block content %}
diff --git a/pflaenzli/pflaenzli/templates/403_csrf.html b/pflaenzli/pflaenzli/templates/403_csrf.html index 541ecb2..752cc1f 100644 --- a/pflaenzli/pflaenzli/templates/403_csrf.html +++ b/pflaenzli/pflaenzli/templates/403_csrf.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Not found" %} + {% trans "Forbidden" %} {% endblock title %} {% block content %}
diff --git a/pflaenzli/pflaenzli/templates/500.html b/pflaenzli/pflaenzli/templates/500.html index 79184d8..f833ec0 100644 --- a/pflaenzli/pflaenzli/templates/500.html +++ b/pflaenzli/pflaenzli/templates/500.html @@ -1,12 +1,12 @@ {% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Not found" %} + {% trans "Server error" %} {% endblock title %} {% block content %}

- Error 500 {% trans "Forbidden" %} + Error 500 {% trans "Server error" %}

{% blocktrans %}Uh-oh! The delicate balance of the botanical realms has been disrupted. The forces of nature are in disarray, and our plant guardians are diligently working to restore harmony. We apologize for any inconvenience caused during this mystical turbulence. Please bear with us as we channel our magic to mend the rupture. Please contact us, if you have any information that could help to dispel the dark magic!{% endblocktrans %}