diff --git a/pinaxcon/templates/cms_pages/home_page_blocks/basic_content.html b/pinaxcon/templates/cms_pages/home_page_blocks/basic_content.html index 304035b2a60d38eef868ac3f6a3a51a4a9fbbf2d..c5171b30ba88c453caa3daa7781f7ebaf0319565 100644 --- a/pinaxcon/templates/cms_pages/home_page_blocks/basic_content.html +++ b/pinaxcon/templates/cms_pages/home_page_blocks/basic_content.html @@ -9,8 +9,15 @@ {% define "" as compact %} {% endif %} +{% if value.panel_type == "simple" %} -{% if value.panel_type == "blue_left" %} +
+
+ {% include "cms_pages/home_page_blocks/basic_content_text_and_links.html" %} +
+
+ +{% elif value.panel_type == "blue_left" %}
{% image value.background_image width-2000 as background_image %}