From 9e82e549d1bf6a5bfb80ba7495d91fdc5648bc0e Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Thu, 23 May 2024 17:40:50 +0200 Subject: [PATCH] Actually use the favicon --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 930f38d..ee32d81 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ + {% block styles %} {% endblock styles %}