mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove inexistant css file (person.css)
This commit is contained in:
parent
cf2408be1b
commit
2a9aff304a
@ -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
|
||||
|
||||
|
@ -24,13 +24,6 @@
|
||||
{% extends "ChillMainBundle::layoutWithVerticalMenu.html.twig" %}
|
||||
|
||||
|
||||
{% block css %}
|
||||
{% stylesheets output="css/person.css" filter="cssrewrite"
|
||||
"bundles/chillperson/css/person.css"
|
||||
%}
|
||||
<link rel="stylesheet" href="{{ asset_url }}"/>
|
||||
{% endstylesheets %}
|
||||
{% endblock %}
|
||||
|
||||
{% block top_banner %}
|
||||
<div class="grid-12 parent" id="header-person-name" >
|
||||
|
Loading…
x
Reference in New Issue
Block a user