From 66c0da89b74850577fada9abd5d13d81dbc3ef34 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 2 Oct 2018 11:38:14 -0400 Subject: [PATCH] Update footer partial --- templates/base_public.html | 16 +--------------- templates/footer.html | 9 +++++++-- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/templates/base_public.html b/templates/base_public.html index 1a956cf0..2b334cf0 100644 --- a/templates/base_public.html +++ b/templates/base_public.html @@ -55,21 +55,7 @@ {% block content %}{% endblock %} - - + {% include 'footer.html' %} diff --git a/templates/footer.html b/templates/footer.html index f8934fb6..d9b30373 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -2,11 +2,16 @@