From d9eac918780ab89086a67c24698dca3e23b9490c Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 12 Nov 2024 13:12:52 +0200 Subject: [PATCH] add favicon to the base template --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 6eb87bd..c4e7315 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ + {% block head %} {% endblock %}