Cin7 Partners instance downloaded. Crossed off a bunch of todos. Finished Anthology's groups to courses extract script.

This commit is contained in:
Norm Rasmussen
2024-04-22 16:51:47 -04:00
parent 88000a824d
commit 670c849c64
127 changed files with 5173 additions and 53 deletions

View File

@ -0,0 +1,10 @@
{% include "header" %}
<main class="np-main">
<div class="np-hidden-mobile np-max-width" id="learning-path-desktop">
{% include "learning_path_desktop_view" %}
</div>
<div class="np-hidden-desktop" id="learning-path-mobile">
{% include "learning_path_mobile_view" %}
</div>
</main>
{% include "footer" %}