Skip to content

Commit 79008ea

Browse files
committed
fix typo for adding jquery string in AdminRenderer
1 parent 68312cb commit 79008ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/templates/rest_framework/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h4 class="modal-title" id="myModalLabel">{{ error_title }}</h4>
219219
{% endif %}
220220

221221
{% block script %}
222-
<script src="{% static "rest_framework/js/jquery-1.11.3-min.js" %}"></script>
222+
<script src="{% static "rest_framework/js/jquery-1.11.3.min.js" %}"></script>
223223
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
224224
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
225225
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>

0 commit comments

Comments
 (0)