diff --git a/Custom_Templates/customer_templates/Mizuno/.DS_Store b/Custom_Templates/customer_templates/Mizuno/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/Custom_Templates/customer_templates/Mizuno/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Mizuno/_course_details.html.liquid b/Custom_Templates/customer_templates/Mizuno/_course_details.html.liquid index 50093c68..09d86c00 100644 --- a/Custom_Templates/customer_templates/Mizuno/_course_details.html.liquid +++ b/Custom_Templates/customer_templates/Mizuno/_course_details.html.liquid @@ -4,10 +4,9 @@ {% for course_section in course.sections %} {% for course_activity in course_section.activities %} {% assign activities_count = activities_count | plus: 1 %} - {% if course_activity.type == "quiz" %} {% assign quizzes_count = quizzes_count | plus: 1 %} - {% endif %} + {% endif %} {% endfor %} {% endfor %} diff --git a/Custom_Templates/customer_templates/Mizuno/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Mizuno/_courses_catalog.html.liquid new file mode 100644 index 00000000..8d32ebc0 --- /dev/null +++ b/Custom_Templates/customer_templates/Mizuno/_courses_catalog.html.liquid @@ -0,0 +1,20 @@ +{% if courses.in_catalog.any? %} +
+
+