diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid index 463829eb..11a1810c 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid @@ -1,5 +1,5 @@ {% if learning_path.new_content_available? %} {% include "learning_path_new_content_banner" %} {% else %} - {% include "learning_path_completed_banner" %} + {% include "learning_path_completed_banner" %} {% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid index 1c146f6e..6771ac15 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid @@ -1,4 +1,8 @@ -
+{% for category in learning_path.categories %} + {% if category.name contains "Deep Dive: Core" %} +