diff --git a/resources/views/errors/404.twig b/resources/views/errors/404.twig
index ffa44c348e..182984dc8e 100644
--- a/resources/views/errors/404.twig
+++ b/resources/views/errors/404.twig
@@ -11,13 +11,14 @@
{# CSS things #}
{# libraries #}
-
-
-
+
+
{# the theme #}
-
-
+
{# favicons #}
{% include('partials.favicons') %}
diff --git a/resources/views/errors/500.twig b/resources/views/errors/500.twig
index af41119d88..5f618e79af 100644
--- a/resources/views/errors/500.twig
+++ b/resources/views/errors/500.twig
@@ -11,13 +11,14 @@
{# CSS things #}
{# libraries #}
-
-
-
+
+
{# the theme #}
-
-
+
{# favicons #}
{% include('partials.favicons') %}
diff --git a/resources/views/errors/503.twig b/resources/views/errors/503.twig
index 57d19951bb..4aef63b2cb 100644
--- a/resources/views/errors/503.twig
+++ b/resources/views/errors/503.twig
@@ -9,11 +9,12 @@
{{ trans('firefly.authorization_request_intro', {client: client.name|escape})|raw }}
{{ trans('firefly.authorization_request_site', {url: client.redirect|phphost})|raw }}
- {% endif %} + {% endif %} - {% if client.user.id != user.id %} + {% if client.user.id != user.id %}{{ 'authorization_request_invalid'|_ }}
- {% endif %} - - {% if scopes|length > 0 %} -{{ 'scopes_will_be_able'|_ }}
+ {% endif %} + + {% if scopes|length > 0 %} +{{ 'scopes_will_be_able'|_ }}
-