8 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "admin/base.html" %}
 | 
						|
 | 
						|
{% block extrahead %}
 | 
						|
    <!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.js" type="text/javascript"></script> -->
 | 
						|
    {% include 'autocomplete_light/static.html' %}
 | 
						|
{% endblock %}
 | 
						|
 |