Supplier script for group and course associations.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
{% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' %}
|
||||
{% comment %}
|
||||
< ----------------------------->
|
||||
The carousel HTML goes here.
|
||||
The carousel for the access agent group goes here.
|
||||
< ----------------------------->
|
||||
{% endcomment %}
|
||||
<div class="feature-card-wrapper">
|
||||
@ -48,6 +48,11 @@
|
||||
{% if current_person.groups.any? %}
|
||||
{% for group in current_person.groups %}
|
||||
{% if group.id == '5766ee65-0f6e-42fa-b932-a26b3bbb1636' %}
|
||||
{% comment %}
|
||||
< ----------------------------->
|
||||
The carousel for the Cornerstone group goes here.
|
||||
< ----------------------------->
|
||||
{% endcomment %}
|
||||
<div class="feature-card-wrapper">
|
||||
<div class="feature-card-container">
|
||||
<div class="feature-card-content feature-content">
|
||||
@ -83,6 +88,11 @@
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
{% comment %}
|
||||
< ----------------------------->
|
||||
The carousel for the remainder of the groups.
|
||||
< ----------------------------->
|
||||
{% endcomment %}
|
||||
<div class="feature-card-wrapper">
|
||||
<div class="feature-card-container">
|
||||
<div class="feature-card-content feature-content">
|
||||
|
||||
Reference in New Issue
Block a user