From c60e0eb2e8bf10c96dd110a664d47c4129dc0d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Wed, 26 Jun 2024 10:12:35 +0200 Subject: [PATCH] Add a favicon to the administration site Helps sorting out which tabs are on the site. --- itou/templates/admin/base_site.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itou/templates/admin/base_site.html b/itou/templates/admin/base_site.html index 189a52a212..583607a7e8 100644 --- a/itou/templates/admin/base_site.html +++ b/itou/templates/admin/base_site.html @@ -1,5 +1,6 @@ {% extends "admin/base.html" %} {% load static %} +{% load theme_inclusion %} {% block title %}{{ title }} | Les emplois de l'inclusion{% endblock %} @@ -12,6 +13,7 @@

{% block nav-global %}{% endblock %} {% block extrahead %} +