Datasnipper's templates were updated for their login page. Chubb notes and todos.

This commit is contained in:
Norm Rasmussen
2024-01-25 18:28:10 -05:00
parent 8ca1d90345
commit 28036e8fa6
34 changed files with 2851 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% include "header" %}
<main class="np-main np-homepage">
{% include "homepage_section_welcome" %}
{% include "homepage_section_upcoming_events" %}
{% include "homepage_section_my_courses" %}
{% include "section_datasnipper_expert" %}
</main>
{% include "footer" %}