From 1618116159ad0dc573e951d73a23754bf4f5164e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 1 Dec 2022 10:46:26 -0500 Subject: [PATCH] Fix reader view --- templates/base.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index dc5aafb..9710054 100644 --- a/templates/base.html +++ b/templates/base.html @@ -75,11 +75,9 @@ {# Actual content #} -
-
- {% block content %}{% endblock content %} -
-
+
+ {% block content %}{% endblock content %} +
{# Footer #} {% include "components/footer.html" %}