Merge branch 'sakarah/patch-jquery-path' into 'master'

Corrige les chemins vers jquery pour sitecof

See merge request klub-dev-ens/gestioCOF!414
This commit is contained in:
Robin Champenois 2020-03-29 11:50:14 +02:00
commit 31e4658766
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{% block extra_head %}
{{ block.super }}
<script src="{% static "js/jquery.min.js" %}"></script>
<script src="{% static "vendor/jquery/jquery-3.3.1.min.js" %}"></script>
<script src="{% static "cofcms/js/calendar.js" %}"></script>
{% endblock %}

View file

@ -3,7 +3,7 @@
{% block extra_head %}
{{ block.super }}
<script src="{% static "js/jquery.min.js" %}"></script>
<script src="{% static "vendor/jquery/jquery-3.3.1.min.js" %}"></script>
<script src="{% static "cofcms/js/script.js" %}"></script>
{% endblock %}
{% block aside_title %}Accès rapide{% endblock %}

View file

@ -4,7 +4,7 @@
{% block extra_head %}
{{ block.super }}
<script src="{% static "js/jquery.min.js" %}"></script>
<script src="{% static "vendor/jquery/jquery-3.3.1.min.js" %}"></script>
<script src="{% static "cofcms/js/calendar.js" %}"></script>
{% endblock %}