From d7f754513716742d43ff595ca028e8574cba453b Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 24 Jan 2018 10:31:55 +0000
Subject: [PATCH] removing breadcrumbs include from the information page
 template

---
 .../templates/standardpages/information_page.html             | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/opentech/public/standardpages/templates/standardpages/information_page.html b/opentech/public/standardpages/templates/standardpages/information_page.html
index 3b6a7fe90..d712ca572 100644
--- a/opentech/public/standardpages/templates/standardpages/information_page.html
+++ b/opentech/public/standardpages/templates/standardpages/information_page.html
@@ -5,10 +5,6 @@
 
     <div class="wrapper wrapper--flex">
         <section class="section section--main">
-            {% block breadcrumbs %}
-                {% include "navigation/breadcrumbs.html" %}
-            {% endblock %}
-
             {% if page.introduction %}
                 <h4 class="heading heading--introduction">{{ page.introduction }}</h4>
             {% endif %}
-- 
GitLab