diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid index e8d7d5b8..9d6ecb28 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid @@ -8,7 +8,6 @@ src="{{ course.image_url }}" > -
{{ course.name }} @@ -38,6 +37,8 @@
{{ course.name }}
+ + {% for category in course.categories %} + {{course.categories.first.name }} + {% endfor %} +
+