Nintex templates download as I was investigating some issue with their search bar. In the header file, if you have multiple '<input' (like we would normally do for language switcher options) it negates the button being clickable at all.

This commit is contained in:
Norm Rasmussen
2025-11-03 18:59:32 -05:00
parent 5f9cff53fc
commit be9edeee64
157 changed files with 10873 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<div class="np-top-vocabulary np-text-title np-text-muted">
<span class="lang-en-US">{{ current_school.course_vocabulary }}</span>
<span class="lang-es">Curso</span>
<span class="lang-fr">Cours</span>
<span class="lang-de">Kurs</span>
<span class="lang-en-GB">Course</span>
<span class="lang-nl">Cours</span>
<span class="lang-pt-BR">Curso</span>
<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>
{{ course.name }}
</div>
<img
src="{{ course.image_url }}"
class="np-top-image np-hidden-desktop"
alt="{{ course.name }}" />