6 lines
163 B
HTML
6 lines
163 B
HTML
{% extends "admin/base_site.html" %}
|
|
{% load static %}
|
|
{% block extrahead %}
|
|
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}" />
|
|
{% endblock %}
|