diff --git a/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid index 17945ed6..d62d825d 100644 --- a/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid @@ -77,7 +77,14 @@ {% endif %} {% for course in enrolled_courses %} {% if course.properties.is_recommended_course == true %} - {% if course.properties.access_level == current_person.properties.access_level %} + {% if course.properties.access_level == "BOTH" %} +
+ {% elsif course.properties.access_level == current_person.properties.access_level %}