move shortcut icon

This commit is contained in:
2024-02-17 10:26:00 +00:00
parent 1bb359b322
commit 2c80bb3c88
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
{% extends "admin/base.html" %} {% extends "admin/base.html" %}
{% load i18n admin_urls %} {% load i18n admin_urls %}
{% load static %}
{% block extrahead %}
<link rel="shortcut icon" type="image/png" href="{% static 'img/fet_logo_white.png' %}"/>
{% endblock %}
{% block usertools %} {% block usertools %}
{% if has_permission %} {% if has_permission %}

View File

@@ -1,8 +1,3 @@
{% extends "admin/base_site.html" %} {% extends "admin/base_site.html" %}
{% load static %}
{% block title %}{{ site_title }}: {{ title }} {% endblock %} {% block title %}{{ site_title }}: {{ title }} {% endblock %}
{% block extrahead %}
<link rel="shortcut icon" type="image/png" href="{% static 'img/fet_logo_white.png' %}"/>
{% endblock %}