From f224d8cf2f6fc0a2740700357cfa9f3dabc4ab94 Mon Sep 17 00:00:00 2001 From: Abdellatif Ait boudad Date: Mon, 20 Apr 2015 14:39:26 +0100 Subject: [PATCH] [Backend] fixed unused css/admin.css. --- app/Resources/views/admin/layout.html.twig | 8 -------- 1 file changed, 8 deletions(-) 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 %}