From 07730db2b734d27d4bdcc91d65b45bba9629f2ae Mon Sep 17 00:00:00 2001 From: Emilie Date: Fri, 19 Aug 2016 18:12:50 +0200 Subject: [PATCH] Home : moving shutter card --- .../inc/home_shutter_card.html => home/inc/shutter_card.html} | 0 app/templates/pages/menus/magazine.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/templates/{core/inc/home_shutter_card.html => home/inc/shutter_card.html} (100%) diff --git a/app/templates/core/inc/home_shutter_card.html b/app/templates/home/inc/shutter_card.html similarity index 100% rename from app/templates/core/inc/home_shutter_card.html rename to app/templates/home/inc/shutter_card.html diff --git a/app/templates/pages/menus/magazine.html b/app/templates/pages/menus/magazine.html index 86288582..f94df310 100644 --- a/app/templates/pages/menus/magazine.html +++ b/app/templates/pages/menus/magazine.html @@ -5,7 +5,7 @@ {% if page_branch_in_menu %} {% for page in page_branch %} {% if page.in_menu %} - {% include "core/inc/home_shutter_card.html" with title=page.title description=page.description url_pattern=page.content_model|add:"-detail" slug=page.slug %} + {% include "home/inc/shutter_card.html" with title=page.title description=page.description url_pattern=page.content_model|add:"-detail" slug=page.slug %} {% endif %} {% endfor %} {% endif %} -- 2.39.5