From c10ad03ed81db8ca84ca559a06f322f1102fda00 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 19 Jan 2020 15:49:48 +0100
Subject: [PATCH] Add block for hiding page title tag

---
 aleksis/core/templates/core/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/aleksis/core/templates/core/base.html b/aleksis/core/templates/core/base.html
index de9ea4c1d..e4c1c7be4 100644
--- a/aleksis/core/templates/core/base.html
+++ b/aleksis/core/templates/core/base.html
@@ -101,7 +101,9 @@
     {% endfor %}
   {% endif %}
 
-  <h4>{% block page_title %}{% endblock %}</h4>
+  {% block no_page_title %}
+    <h4>{% block page_title %}{% endblock %}</h4>
+  {% endblock %}
 
   {% block content %}{% endblock %}
 </main>
-- 
GitLab