From 2a9aff304aa96a482e9327277540835440e534ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 8 Oct 2018 22:07:47 +0200 Subject: [PATCH] remove inexistant css file (person.css) --- CHANGELOG.md | 1 + Resources/views/layout.html.twig | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173f90ee6..20c235d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,5 @@ Master branch - Launch an event on person import ; - Allow person to have a `null` gender ; - Allow filters and aggregator to handle null gender ; +- remove inexistant `person.css` file diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 0d6bd372e..19ff40fd9 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -24,13 +24,6 @@ {% extends "ChillMainBundle::layoutWithVerticalMenu.html.twig" %} -{% block css %} - {% stylesheets output="css/person.css" filter="cssrewrite" - "bundles/chillperson/css/person.css" - %} - - {% endstylesheets %} -{% endblock %} {% block top_banner %}