Browse Source

Fixed typo in docs/ref/contrib/admin/javascript.txt.

aruseni 8 years ago
parent
commit
12b9aa279f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/ref/contrib/admin/javascript.txt

+ 0 - 1
docs/ref/contrib/admin/javascript.txt

@@ -29,7 +29,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