forked from rc/aircox
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "admin/base_site.html" %}
 | 
						|
{% load static %}
 | 
						|
 | 
						|
{% block branding %}
 | 
						|
<a href="{% url 'admin:index' %}">
 | 
						|
    <img src="{% static "aircox/logo.png" %}"/>
 | 
						|
</a>
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
 |