template from correction

This commit is contained in:
2019-06-04 13:57:46 +02:00
parent a2c757fba6
commit ee4865107c
2 changed files with 2 additions and 163 deletions

View File

@@ -19,7 +19,8 @@
{% if required %}required="required"{% endif %}
/>
<i class="form-icon"></i>
{% 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>
{% endfor %}