diff --git a/core/themes/classy/templates/layout/maintenance-page.html.twig b/core/themes/classy/templates/layout/maintenance-page.html.twig index a1233e2..87d5503 100644 --- a/core/themes/classy/templates/layout/maintenance-page.html.twig +++ b/core/themes/classy/templates/layout/maintenance-page.html.twig @@ -39,7 +39,7 @@

{{ title }}

{% endif %} - {{ page.messages }} + {{ page.informations }} {{ page.content }} diff --git a/core/themes/classy/templates/layout/page.html.twig b/core/themes/classy/templates/layout/page.html.twig index dcb8f4c..db93b38 100644 --- a/core/themes/classy/templates/layout/page.html.twig +++ b/core/themes/classy/templates/layout/page.html.twig @@ -42,7 +42,7 @@ * * Regions: * - page.header: Items for the header region. - * - page.messages: Status and error messages. Should be displayed prominently. + * - page.informations: Items for the informations region. * - page.primary_menu: Items for the primary menu region. * - page.secondary_menu: Items for the secondary menu region. * - page.highlighted: Items for the highlighted content region. @@ -94,7 +94,7 @@ {{ page.breadcrumb }} - {{ page.messages }} + {{ page.informations }} {{ page.help }}