diff --git a/app/Resources/views/admin/layout.html.twig b/app/Resources/views/admin/layout.html.twig index 8ec83e3f2..f971cc10d 100644 --- a/app/Resources/views/admin/layout.html.twig +++ b/app/Resources/views/admin/layout.html.twig @@ -1,13 +1,5 @@ {% extends 'base.html.twig' %} -{% block stylesheets %} - {# this 'parent()' function allows to maintain any stylesheet previously - included from 'base.html.twig' simplifying style management #} - {{ parent() }} - - -{% endblock %} - {% block header_navigation_links %}