Larson Notes and updated a bunch of templates for Artera.
This commit is contained in:
@ -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 %}
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user