Templates for Chubb need updating.

This commit is contained in:
Norm Rasmussen
2025-02-26 16:39:11 -05:00
parent a62a76f5d1
commit 011f47d102
6 changed files with 87 additions and 2 deletions

Binary file not shown.

View File

@ -35,7 +35,13 @@
</div>
</div>
</div>
{% endif %}
{% elsif group.id == '' %}
{% comment %}
<------------------------------->
Jenelle, similar to above for Cornerstone, please add your carousel items here!
<------------------------------->
{% endcomment %}
{% endif %}
{% endfor %}
{% endif %}
<div class="feature-card-wrapper">

View File

@ -14,7 +14,11 @@
{% endif %}
{% endfor %}
{% endfor %}
{% comment %}
To add for Chubb:
If person is in group show certain courses.
{% endcomment%}
<div class="recommended-carousel-wrapper">
<div class="recommended-carousel">
{% for course in courses.in_catalog%}
@ -100,4 +104,4 @@
z-index:1;
}
</style>