From 9e46f11793139051dd35cded60d49b759bc8aa5d Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Wed, 24 Sep 2025 16:41:35 +0200 Subject: [PATCH] make base html template use absolute URIs --- web/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/base.html b/web/base.html index 66e4b14..a95dc7b 100644 --- a/web/base.html +++ b/web/base.html @@ -3,14 +3,14 @@ - + - + {% block title %}{{ title }}{% endblock %} {% block head %} {% endblock %}