diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_category_carousel_core.html.liquid index 18a1f61c..3fbc089b 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_category_carousel_core.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_category_carousel_core.html.liquid @@ -7,7 +7,7 @@ {% for learning_path in learning_paths.available %} {% for category in learning_path.categories %} {% if core_categories contains category.name %} - {% unless unique_category contains category.name %} + {% unless unique_category contains category.name %} {% include 'category_cards_core' counter: category_counter %} {% assign unique_category = unique_category | append: category.name %} {% assign category_counter = category_counter | plus: 1 %} @@ -15,7 +15,7 @@ {% assign category_counter = 0 %} {% endif %} {% endunless %} - {% endif %} + {% endif %} {% endfor %} {% endfor %} @@ -61,4 +61,4 @@ .category-carousel-core { margin: 0 1rem; } - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid index cb4e36f5..d6d3e376 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid @@ -2,6 +2,11 @@