mirror of
https://github.com/django/django.git
synced 2025-04-12 03:22:21 +00:00
[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.
Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master
This commit is contained in:
parent
b12228759c
commit
7979d87e8c
@ -31,7 +31,6 @@ In your custom ``change_form.html`` template, extend the
|
||||
{% block admin_change_form_document_ready %}
|
||||
{{ block.super }}
|
||||
<script type="text/javascript" src="{% static 'app/formset_handlers.js' %}></script>
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
.. snippet:: javascript
|
||||
|
Loading…
x
Reference in New Issue
Block a user