File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ <h4 class="modal-title" id="myModalLabel">{{ error_title }}</h4>
250
250
"csrfToken" : "{{ csrf_token }}"
251
251
}
252
252
</ script >
253
- < script src ="{% static "rest_framework /js/jquery-3.5.1 .min.js" %}"> </ script >
253
+ < script src ="{% static "rest_framework /js/jquery-3.6.4 .min.js" %}"> </ script >
254
254
< script src ="{% static "rest_framework /js/ajax-form.js" %}"> </ script >
255
255
< script src ="{% static "rest_framework /js/csrf.js" %}"> </ script >
256
256
< script src ="{% static "rest_framework /js/bootstrap.min.js" %}"> </ script >
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ <h1>{{ name }}</h1>
293
293
"csrfToken" : "{% if request %}{{ csrf_token }}{% endif %}"
294
294
}
295
295
</ script >
296
- < script src ="{% static "rest_framework /js/jquery-3.5.1 .min.js" %}"> </ script >
296
+ < script src ="{% static "rest_framework /js/jquery-3.6.4 .min.js" %}"> </ script >
297
297
< script src ="{% static "rest_framework /js/ajax-form.js" %}"> </ script >
298
298
< script src ="{% static "rest_framework /js/csrf.js" %}"> </ script >
299
299
< script src ="{% static "rest_framework /js/bootstrap.min.js" %}"> </ script >
Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ <h2>Overriding this template</h2>
66
66
67
67
68
68
69
- < script src ="{% static 'rest_framework/js/jquery-3.5.1 .min.js' %} "> </ script >
69
+ < script src ="{% static 'rest_framework/js/jquery-3.6.4 .min.js' %} "> </ script >
70
70
</ body >
71
71
</ html >
Original file line number Diff line number Diff line change 38
38
{% include "rest_framework/docs/auth/basic.html" %}
39
39
{% include "rest_framework/docs/auth/session.html" %}
40
40
41
- < script src ="{% static 'rest_framework/js/jquery-3.5.1 .min.js' %} "> </ script >
41
+ < script src ="{% static 'rest_framework/js/jquery-3.6.4 .min.js' %} "> </ script >
42
42
< script src ="{% static 'rest_framework/js/bootstrap.min.js' %} "> </ script >
43
43
< script src ="{% static 'rest_framework/docs/js/jquery.json-view.min.js' %} "> </ script >
44
44
< script src ="{% static 'rest_framework/docs/js/api.js' %} "> </ script >
You can’t perform that action at this time.
0 commit comments