mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Debug stopping that Admin/index template require css/add.css
This commit is contained in:
@@ -2,15 +2,6 @@
|
||||
|
||||
{% block title%}{{ header_title|trans }}{% endblock %}
|
||||
|
||||
|
||||
{% block css %}
|
||||
{% stylesheets output="css/all.css" filter="cssrewrite"
|
||||
"bundles/Chillmain/css/admin.css"
|
||||
%}
|
||||
<link rel="stylesheet" href="{{ asset_url }}"/>
|
||||
{% endstylesheets %}
|
||||
{% endblock css %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>{{ page_title|trans }}</h1>
|
||||
|
Reference in New Issue
Block a user