mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
updated static reference to jquery1.12.4
This commit is contained in:
parent
dfa92b0d5d
commit
4eced6941c
|
@ -235,7 +235,7 @@
|
||||||
csrfCookieName: "{{ csrf_cookie_name|default:'csrftoken' }}"
|
csrfCookieName: "{{ csrf_cookie_name|default:'csrftoken' }}"
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="{% static "rest_framework/js/jquery-1.11.3.min.js" %}"></script>
|
<script src="{% static "rest_framework/js/jquery-1.12.4.min.js" %}"></script>
|
||||||
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
|
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
|
||||||
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
|
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
|
||||||
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
|
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
|
||||||
|
|
|
@ -266,7 +266,7 @@
|
||||||
csrfCookieName: "{{ csrf_cookie_name|default:'csrftoken' }}"
|
csrfCookieName: "{{ csrf_cookie_name|default:'csrftoken' }}"
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="{% static "rest_framework/js/jquery-1.11.3.min.js" %}"></script>
|
<script src="{% static "rest_framework/js/jquery-1.12.4.min.js" %}"></script>
|
||||||
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
|
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
|
||||||
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
|
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
|
||||||
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
|
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user