Doordash back up. Anthology academy small changes.

This commit is contained in:
Norm Rasmussen
2025-03-24 17:02:18 -04:00
parent 7640e4cca9
commit c17661458a
98 changed files with 2577 additions and 168 deletions

View File

@ -1,6 +1,8 @@
{% assign access_group = false %}
{% if current_person.groups.any? %}
{% for group in current_person.groups %}
{% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' %}
{% assign access_group = true %}
{% comment %}
< ----------------------------->
The carousel for the access agent group goes here.
@ -86,6 +88,7 @@
</div>
</div>
{% else %}
{% unless access_group %}
{% comment %}
< ----------------------------->
The carousel for the remainder of the groups.
@ -174,6 +177,7 @@
</div>
</div>
</div>
{% endunless %}
{% endif %}
{% endfor %}
{% endif %}