From 224d44eefd04df55872dd4db2453ec02ce95d7d8 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 17 Nov 2025 13:44:48 +0000 Subject: [PATCH] Edit core/templates/base.html via Editor --- core/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/base.html b/core/templates/base.html index 47ef060..eb5e77f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -6,7 +6,7 @@ {% block title %}Jokes App{% endblock %} {% load static %} - + {% block head %}{% endblock %}