Sandata sign up form, and Cin7 templates. Some progress on G2, but need to finish it.

This commit is contained in:
Norm Rasmussen
2024-05-20 16:55:19 -04:00
parent 3820969cc2
commit f93d5053fd
7 changed files with 57 additions and 11 deletions

View File

@ -9,8 +9,9 @@
/>
{% if course.ribbon %}
<div class="np-card-ribbon" {% if course.ribbon == "Omni" %} style="background: #0026b2;"
{% elsif course.ribbon == "Core"%} style="background: #05CBBF"
{% endif %}>
{% elsif course.ribbon == "Core"%} style="background: #05CBBF"
{% else %} style="background: #213343"
{% endif %}>
{{ course.ribbon }}
</div>
{% endif %}