From a0962efe07e99db3b651cf8b3dd66c04740cbbf1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 5 May 2022 17:05:39 -0400 Subject: [PATCH] Add footer block to base template --- templates/base.dj.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.dj.html b/templates/base.dj.html index 088adca..bdbc8b8 100644 --- a/templates/base.dj.html +++ b/templates/base.dj.html @@ -61,6 +61,7 @@
{% block content %}{% endblock %}
+ {% block footer %}{% endblock %}