From b2fc963fda1f2b8306e140d9eb0f390675e60477 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Fri, 5 Nov 2021 14:35:47 +0100
Subject: [PATCH] positioning of footer

---
 frontend/templates/base.html.jinja | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frontend/templates/base.html.jinja b/frontend/templates/base.html.jinja
index ec626a1..a059074 100644
--- a/frontend/templates/base.html.jinja
+++ b/frontend/templates/base.html.jinja
@@ -46,6 +46,8 @@
     {% block content%} 
     {% endblock %}
 
+    <div class="jumbotron"></div>
+
     <!--FOOTER-->
     {% block footer %}
       {% include 'footer.html.jinja' %}
-- 
GitLab