From fa4fa57a89ba3f4644b312d0703b9987b6e05bdb Mon Sep 17 00:00:00 2001
From: Stephan Porada <sporada@uni-bielefeld.de>
Date: Thu, 4 Jul 2019 12:18:49 +0200
Subject: [PATCH] Change block name from body to page_content

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

diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2
index deb86b3b..94ad47ea 100644
--- a/app/templates/base.html.j2
+++ b/app/templates/base.html.j2
@@ -18,7 +18,7 @@
   <body>
     {% include 'sidenav.html.j2' %}
 
-    {% block body %}
+    {% block page_content %}
     {% endblock %}
 
     <!--JavaScript at end of body for optimized loading-->
-- 
GitLab