There was an error while loading. Please reload this page.
1 parent 68312cb commit 79008eaCopy full SHA for 79008ea
rest_framework/templates/rest_framework/admin.html
@@ -219,7 +219,7 @@ <h4 class="modal-title" id="myModalLabel">{{ error_title }}</h4>
219
{% endif %}
220
221
{% block script %}
222
- <script src="{% static "rest_framework/js/jquery-1.11.3-min.js" %}"></script>
+ <script src="{% static "rest_framework/js/jquery-1.11.3.min.js" %}"></script>
223
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
224
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
225
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
0 commit comments