From fbb6368caf7c0d2bc034e8b9a08e738e81a48f0a Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Tue, 30 Nov 2021 20:21:41 +1100 Subject: [PATCH] undo footer component --- bookwyrm/templates/components/footer.html | 49 ----------------------- bookwyrm/templates/layout.html | 46 ++++++++++++++++++++- 2 files changed, 45 insertions(+), 50 deletions(-) delete mode 100644 bookwyrm/templates/components/footer.html diff --git a/bookwyrm/templates/components/footer.html b/bookwyrm/templates/components/footer.html deleted file mode 100644 index df11e9d55..000000000 --- a/bookwyrm/templates/components/footer.html +++ /dev/null @@ -1,49 +0,0 @@ -{% load layout %} -{% load i18n %} -{% load static %} - - - - - - - - - -{% block scripts %}{% endblock %} diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 50a7ae6d1..bc85e678e 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -222,7 +222,51 @@ -{% include 'components/footer.html' %} + + + + + + + + +{% block scripts %}{% endblock %}