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:
commit
31e4658766
3 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue