diff --git a/templates/web/login/layout/base-layout.html.twig b/templates/web/login/layout/base-layout.html.twig index a21412402b..5ad65e79d2 100644 --- a/templates/web/login/layout/base-layout.html.twig +++ b/templates/web/login/layout/base-layout.html.twig @@ -58,7 +58,7 @@

You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.

- {% block scaffholding %} + {% block content_scaffholding %} {% endblock %} {% block footer_scaffholding %} diff --git a/templates/web/login/layout/content-only-layout.html.twig b/templates/web/login/layout/content-only-layout.html.twig index b56ac59e4d..b51f554be5 100644 --- a/templates/web/login/layout/content-only-layout.html.twig +++ b/templates/web/login/layout/content-only-layout.html.twig @@ -1,6 +1,6 @@ {% extends "login/layout/base-layout.html.twig" %} -{% block scaffholding %} +{% block content_scaffholding %}
diff --git a/templates/web/login/layout/middle-bar-layout.html.twig b/templates/web/login/layout/middle-bar-layout.html.twig index d22ca102aa..f6bc1eb452 100644 --- a/templates/web/login/layout/middle-bar-layout.html.twig +++ b/templates/web/login/layout/middle-bar-layout.html.twig @@ -1,6 +1,6 @@ {% extends "login/layout/base-layout.html.twig" %} -{% block scaffholding %} +{% block content_scaffholding %}
diff --git a/templates/web/login/layout/sidebar-layout.html.twig b/templates/web/login/layout/sidebar-layout.html.twig index 32afc48384..ac20cfd212 100644 --- a/templates/web/login/layout/sidebar-layout.html.twig +++ b/templates/web/login/layout/sidebar-layout.html.twig @@ -4,7 +4,7 @@ {{ app['phraseanet.registry'].get('GV_homeTitle')|default('Phraseanet') }} {% endblock %} -{% block scaffholding %} +{% block content_scaffholding %}