move vendored files into their own folder

This commit is contained in:
thomas girod
2024-08-14 13:25:33 +02:00
parent ff088009d9
commit d295cc5223
68 changed files with 16 additions and 19 deletions

View File

@ -6,7 +6,7 @@
{% block head %}
{{ super() }}
<script type="text/javascript" src="{{ static('core/js/Chart.bundle.min.js') }}"></script>
<script type="text/javascript" src="{{ static('vendored/chart/Chart.bundle.min.js') }}"></script>
{% endblock %}
{% block content %}