From 36c65078f382fbc4d9a3699781ee6a235721245a Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Fri, 16 Feb 2018 12:33:29 +0000 Subject: [PATCH] removing call to action include from home page template --- opentech/public/home/templates/home/home_page.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/opentech/public/home/templates/home/home_page.html b/opentech/public/home/templates/home/home_page.html index 5496db126..b360af1ac 100644 --- a/opentech/public/home/templates/home/home_page.html +++ b/opentech/public/home/templates/home/home_page.html @@ -125,6 +125,4 @@ </section> </div> </div> - - {% include "includes/call_to_action.html" with call_to_action=page.call_to_action %} {% endblock %} -- GitLab