moved a bunch of churned customers templates to a hidden folder. Added to Sandata's script and the new groups. Notes.

This commit is contained in:
Norm Rasmussen
2024-05-06 17:07:40 -04:00
parent e9a721cfd6
commit 86ef310892
1042 changed files with 4425 additions and 339 deletions

View File

@ -0,0 +1,17 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.enrolled %}
{% include "sub_navigation" %}
<main class="np-main np-dashboard np-subpage-container">
{% include 'dashboard_header' %}
{% include 'dashboard_top_courses' %}
{% include 'dashboard_recommended_courses' %}
</main>
{% include 'dashboard_categories' %}
{% include "footer" %}
<style>
.np-main.np-dashboard {
background-color:#F7F8FB;
}
</style>