This commit is contained in:
2022-03-29 10:23:39 +02:00
parent 705918a589
commit 2f006c43b0
11 changed files with 174 additions and 508 deletions

View File

@ -19,7 +19,8 @@
{% if required %}required="required"{% endif %}
/>
<i class="form-icon"></i>
<label style="display: inline" class="inline" for="{{ id|e }}">{{ text|e }}</label>
{% if grav.twig.twig.filters['tu'] is defined %}{{ text|tu|raw }}{% else %}{{ text }}{% endif %}
{# <label style="display: inline" class="inline" for="{{ id|e }}">{{ text|e }}</label> #}
</label>
</div>