Sandata templates for the sign up form. Removed a few test scripts I don't need anymore. Created an Acatble dir.

This commit is contained in:
Norm Rasmussen
2024-04-12 22:59:45 -04:00
parent 958f1ec991
commit 82fd5a2db8
25 changed files with 805 additions and 61 deletions

View File

@ -1,4 +1,7 @@
{% include "header" %}
<script>
window.location.href = '/app/dashboard'
</script>
{% comment %} {% include "header" %}
{% include "course_version_outdated_alert", courses: courses.featured %}
<main class="np-main np-homepage">
<div class="np-homepage-hero">
@ -13,11 +16,6 @@
<div class="np-homepage-subheadline np-header-font-color">
{{ homepage.subheadline }}
</div>
{% comment %}
<a class="np-homepage-hero-cta np-button" href="{% route catalog %}">
{% t .discover %}
</a>
{% endcomment %}
</div>
</div>
{% include "sub_navigation" %}
@ -51,4 +49,4 @@
{% endif %}
</div>
</main>
{% include "footer" %}
{% include "footer" %} {% endcomment %}