mirror of
				https://github.com/house-of-vanity/OutFleet.git
				synced 2025-10-25 01:39:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "admin/change_form.html" %}
 | |
| {% load static %}
 | |
| 
 | |
| {% block after_field_sets %}
 | |
|     <div>
 | |
|         <h2>Create ACLs</h2>
 | |
|         {{ adminform.form.servers }}
 | |
|     </div>
 | |
| {% endblock %}
 | |
| 
 |