mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "admin/change_list.html" %}
 | |
| 
 | |
| {% block extrahead %}
 | |
| <script type="text/javascript">
 | |
| var hello = '{{ extra_var }}';
 | |
| </script>
 | |
| {% endblock %}
 |