Supplier templates.

This commit is contained in:
Norm Rasmussen
2025-01-09 15:29:57 -05:00
parent 41a5a5af2e
commit 2ccb682b2f
5 changed files with 10 additions and 11 deletions

View File

@ -5,11 +5,9 @@
{% endif %}
{% endfor %}
{% if current_person.properties.modal %}
{% if current_person.properties.first_login %}
{% include 'modal' %}
{% endif %}
{% endif %}
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.featured %}