Merge pull request #4151 from ldidry/fix-4060

 Allow custom styles system wide
This commit is contained in:
Jérémy Benoist
2019-11-19 14:25:41 +01:00
committed by GitHub
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>