Allow custom styles system wide

Should fix #4060
This commit is contained in:
Luc Didry
2019-10-09 18:20:26 +02:00
parent afe486531d
commit 7a4c375ebf
3 changed files with 9 additions and 2 deletions

View File

@ -43,6 +43,7 @@
{% block css %}
{% endblock %}
<link rel="stylesheet" href="{{ asset('custom.css') }}">
{% block scripts %}
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>