From 9eb4df8fd022786ad42556b7d93e8e4d43891d00 Mon Sep 17 00:00:00 2001 From: Tom Naccarato <108072398+tnaccarato@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:29:48 +0000 Subject: [PATCH] Add extra_css block --- templates/base.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index c25b37a..4efca61 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,9 +9,7 @@ {% block title %}Fakepal{% endblock title %} - - - + {% block extra_css %}{% endblock %} @@ -36,9 +34,6 @@