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 %}