From 75f5e247804f50b3c046953f5f2144713803bcfa Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Mar 2020 17:41:56 +0100
Subject: [PATCH] Remove title

---
 templates/page_with_carousel.html | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/templates/page_with_carousel.html b/templates/page_with_carousel.html
index f42b916..84edba4 100644
--- a/templates/page_with_carousel.html
+++ b/templates/page_with_carousel.html
@@ -27,15 +27,6 @@
 {% endblock %}
 
 {% block content %}
-    <div class="container title">
-        <div class="row clearfix">
-            <div class="column full">
-                <h1>{{ page.title }}</h1>
-                {% import 'translations.html' as translations with context %}
-                {{ translations.translations_for(page) }}
-            </div>
-        </div>
-    </div>
 
     <section class='page_content'>
         <div class='container'>
-- 
GitLab