From b9e9af778eeac9b218d6bef16a4a156e65cc761e Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Mon, 30 May 2022 11:46:37 +0200 Subject: [PATCH] Fixed: Using local bootstrap instead of CDN --- homelog/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homelog/templates/base.html b/homelog/templates/base.html index 81bea06..67a54c3 100644 --- a/homelog/templates/base.html +++ b/homelog/templates/base.html @@ -1,6 +1,6 @@ {% load static i18n %} {% get_current_language as LANGUAGE_CODE %} - + @@ -13,7 +13,7 @@ {% block css %} - + @@ -26,7 +26,7 @@ {# Placed at the top of the document so pages load faster with defer #} {% block javascript %} - +