Updated cin7 templates while Hubert was out, and downloaded all of Chubb's templates since something needed to be udpated. Ran a script for SPS Commerce to get all the courses.

This commit is contained in:
Norm Rasmussen
2024-01-31 17:32:20 -05:00
parent 60399985b5
commit 111d6412d6
144 changed files with 5414 additions and 153 deletions

View File

@ -0,0 +1,11 @@
{% if courses.enrolled.any? %}
<div class="row">
{% for course in courses.enrolled %}
{% unless course.name contains 'Feedback'%}
<div class="{{ class }}">
{% include "cards_course" with course %}
</div>
{% endunless %}
{% endfor %}
</div>
{% endif %}