mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	remove inexistant css file (person.css)
This commit is contained in:
		| @@ -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" > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user