mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 13:13:01 +02:00
Modify: admin panel fields, filters and decorations
This commit is contained in:
5
logs_collector/templates/admin/base_site.html
Normal file
5
logs_collector/templates/admin/base_site.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% load static %}
|
||||
{% block extrahead %}
|
||||
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}" />
|
||||
{% endblock %}
|
Reference in New Issue
Block a user