From 47cb6294adecdbf580fbadab0beb842ef91186e7 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 15 Oct 2021 09:39:20 +0200 Subject: [PATCH] Set browser color theme --- photo21/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/photo21/templates/base.html b/photo21/templates/base.html index 7d09a26..a2d1633 100644 --- a/photo21/templates/base.html +++ b/photo21/templates/base.html @@ -13,6 +13,7 @@ SPDX-License-Identifier: GPL-3.0-or-later + {% block extracss %}{% endblock %}