From ebb98c20b517cd1329b5a500eae3e3b0c2bc6f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 16 Jan 2022 13:07:10 -0500 Subject: Fix static path Invalid block tag on line 15: 'static'. --- django/core/templates/core/base.djhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django') diff --git a/django/core/templates/core/base.djhtml b/django/core/templates/core/base.djhtml index 728bcf0..1a5d082 100644 --- a/django/core/templates/core/base.djhtml +++ b/django/core/templates/core/base.djhtml @@ -1,6 +1,7 @@ + {% load static %} Sitio personal de Jesús @@ -18,7 +19,6 @@ - {% load static %}