A migration workedcd ../.. Marking a learner as complete is done. Woohoo.

This commit is contained in:
Norm Rasmussen
2024-09-05 15:04:49 -04:00
parent 3643bcba35
commit c05336900d
102 changed files with 3030 additions and 121 deletions

View File

@ -0,0 +1,17 @@
<header class="np-box-header np-header-color">
<a class="np-box-header-link" href="{% route home %}">
{% if current_school.logo_url %}
<img
alt="{{ current_school.name }}"
src="{{ current_school.logo_url }}"
class="np-box-header-logo"
/>
{% else %}
<span class="np-school-name np-header-font-color">
{{ current_school.name }}
</span>
{% endif %}
</a>
</header>
{% include "messages" %}