From 64f7902709436ef83861ddf04542e2532a8e3bce Mon Sep 17 00:00:00 2001 From: Liam Johnston Date: Fri, 26 Jul 2024 08:40:58 +1200 Subject: [PATCH] Put the tiles in the right place --- templates/cdhpages/landing_page.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/cdhpages/landing_page.html b/templates/cdhpages/landing_page.html index 9d666e5d..6756ec45 100644 --- a/templates/cdhpages/landing_page.html +++ b/templates/cdhpages/landing_page.html @@ -16,13 +16,13 @@ ">
-
- {% for child in children %} - {% include 'cdhpages/blocks/tile.html' with internal_page=child tile_type="internal_page_tile" has_component_title=False %} - {% endfor %} -
-
+
+ {% for child in children %} + {% include 'cdhpages/blocks/tile.html' with internal_page=child tile_type="internal_page_tile" has_component_title=False %} + {% endfor %} +
+ {% for block in page.body %} {% include_block block %} {% endfor %}