Debug stopping that Admin/index template require css/add.css

This commit is contained in:
Marc Ducobu 2014-11-19 16:51:27 +01:00
parent 0a9cf0ceb6
commit 0f3503015b

View File

@ -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>