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:
@ -0,0 +1,18 @@
|
||||
<h2 class="np-card-heading">
|
||||
<span class="lang-en-US">{% t.header
|
||||
, key: current_school.course_vocabulary %}</span>
|
||||
<span class="lang-es">
|
||||
Descripción</span>
|
||||
<span class="lang-fr">
|
||||
Description</span>
|
||||
<span class="lang-de">
|
||||
Beschreibung</span>
|
||||
<span class="lang-en-GB">Description</span>
|
||||
<span class="lang-nl">
|
||||
Beschrijving</span>
|
||||
<span class="lang-pt-BR">
|
||||
Descrição</span>
|
||||
</h2>
|
||||
<div class="np-card-text">
|
||||
{{ course.full_description }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user