From f586d762e33bdc17578605fcdbd1e8ed3cefc814 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Thu, 4 Jul 2019 12:01:00 +0200
Subject: [PATCH] Remove footer

---
 app/templates/base.html.j2 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2
index 2428c68d..deb86b3b 100644
--- a/app/templates/base.html.j2
+++ b/app/templates/base.html.j2
@@ -21,8 +21,6 @@
     {% block body %}
     {% endblock %}
 
-    <!--{% include 'footer.html.j2' %}-->
-
     <!--JavaScript at end of body for optimized loading-->
     <script type="text/javascript" src="{{ url_for('static', filename='js/materialize.min.js') }}"></script>
     <script>
-- 
GitLab