diff --git a/templates/errors/403.html b/templates/errors/403.html index 1c83a62..84cbc02 100644 --- a/templates/errors/403.html +++ b/templates/errors/403.html @@ -6,9 +6,10 @@
-

{% trans %}Forbidden{% endtrans %}

+

{{ error }}


-

{{ error }}

+
+

{% trans %}403 Forbidden{% endtrans %}

diff --git a/templates/errors/404.html b/templates/errors/404.html index e2e7850..c48efb1 100644 --- a/templates/errors/404.html +++ b/templates/errors/404.html @@ -6,10 +6,10 @@
-

404

+

{% trans %}File not found{% endtrans %}


-

{% trans %}File not found{% endtrans %}

-

{% trans %}Sorry about that{% endtrans %}

+
+

{% trans %}404 Not Found{% endtrans %}

diff --git a/templates/errors/429.html b/templates/errors/429.html index 37d489d..5e1742d 100644 --- a/templates/errors/429.html +++ b/templates/errors/429.html @@ -6,10 +6,11 @@
-

429

+

{% trans %}Too many requests{% endtrans %}

+

{% trans %}Please slow down!{% endtrans %}


-

{% trans %}Too many requests{% endtrans %}

-

{% trans %}Please slow down!{% endtrans %}

+
+

{% trans %}429 Too Many Requests{% endtrans %}

diff --git a/templates/errors/500.html b/templates/errors/500.html index d76e106..577b0af 100644 --- a/templates/errors/500.html +++ b/templates/errors/500.html @@ -8,6 +8,7 @@

500


+

{{ error }}

diff --git a/templates/errors/502.html b/templates/errors/502.html index 70d7707..324a49e 100644 --- a/templates/errors/502.html +++ b/templates/errors/502.html @@ -8,7 +8,8 @@

502


-

{% trans %}Bad Gateway{% endtrans %}

+
+

{% trans %}502 Bad Gateway{% endtrans %}