DataSnipper internal templates had to be separated out. Fixed the Anthology script for group coursesgit status It's working

This commit is contained in:
Norm Rasmussen
2024-04-26 15:46:33 -04:00
parent 05fbcfad0e
commit 4fbd8329f7
217 changed files with 2856 additions and 50 deletions

View File

@ -0,0 +1,15 @@
<div class="np-top-vocabulary np-text-title np-text-muted">
{{ current_school.course_vocabulary }}
<i class="far fa-graduation-cap np-button-color np-learning-path-icon np-hidden-mobile">
</i>
</div>
<div class="np-top-title">
<a href="{% route home %}" class="np-back-button" aria-label="{% t shared.go_back %}">
<i class="far fa-arrow-left np-hidden-mobile np-icon-back"></i>
</a>
</div>
<img
src="{{ course.image_url }}"
class="np-top-image np-hidden-desktop"
alt="{{ course.name }}"
/>