Larson Notes and updated a bunch of templates for Artera.

This commit is contained in:
Norm Rasmussen
2023-06-29 17:31:14 -04:00
parent a321234a07
commit f314daed98
45 changed files with 3729 additions and 45 deletions

View File

@ -12,7 +12,7 @@
{% else %}
<div class="np-sub-navigation-content-item {{ link.active_class }}">
<a class="np-sub-navigation-content-item-link" href="{{ link.url }}">
{{ link.label }}
{% comment %} {{ link.label }} {% endcomment %}
</a>
</div>
{% endif %}

View File

@ -1,3 +1,6 @@
<script>
window.location.href = '/app/dashboard'
</script>
{% include "header" %}
<main class="np-main np-homepage">
{% include "course_version_outdated_alert", courses: courses.featured %}
@ -186,6 +189,3 @@
}
});
</script>
<script>
window.location.href = '/app/dashboard'
</script>