mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-02-01 09:20:52 +01:00
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 %}
|