mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.
Backport of 9e26a8331d from master
			
			
This commit is contained in:
		| @@ -30,7 +30,7 @@ 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 type="text/javascript" src="{% static 'app/formset_handlers.js' %}"></script> | ||||
|     {% endblock %} | ||||
|  | ||||
| .. snippet:: javascript | ||||
| @@ -68,7 +68,7 @@ namespace, just listen to the event triggered from there. For example: | ||||
|  | ||||
|     {% block admin_change_form_document_ready %} | ||||
|     {{ block.super }} | ||||
|     <script type="text/javascript" src="{% static 'app/unregistered_handlers.js' %}></script> | ||||
|     <script type="text/javascript" src="{% static 'app/unregistered_handlers.js' %}"></script> | ||||
|     {% endblock %} | ||||
|  | ||||
| .. snippet:: javascript | ||||
|   | ||||
		Reference in New Issue
	
	Block a user