More Luminate changes... HackerRank's subnavigation is completed. Updated Cin7 templates.

This commit is contained in:
Norm Rasmussen
2024-06-11 16:19:55 -04:00
parent 1ca3e78eda
commit fac495a7e0
22 changed files with 427 additions and 336 deletions

View File

@ -8,7 +8,7 @@
{% endif %}
<div class="course-img-content">
<h3 class="np-card-content-title">
{{ course.name }}
{% comment %} {{ course.name }} {% endcomment %}
</h3>
{% comment %} {% if course.properties.course_length %}
<div class="course-length">{{course.properties.course_length}}</div>