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