diff --git a/templates/errors/500.html b/templates/errors/500.html index 159987b..7762375 100644 --- a/templates/errors/500.html +++ b/templates/errors/500.html @@ -6,7 +6,7 @@
-

{{ error }}

+

500



{% trans %}500 Internal Server Error{% endtrans %}

diff --git a/templates/errors/502.html b/templates/errors/502.html index becc7e5..324a49e 100644 --- a/templates/errors/502.html +++ b/templates/errors/502.html @@ -6,7 +6,7 @@
-

{% trans %}Bad gateway{% endtrans %}

+

502



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