feat: Add helptexts to custom form renderer

This commit is contained in:
2025-05-24 23:40:58 +02:00
parent c3ef54a267
commit e7a8a163f1

View File

@@ -18,6 +18,9 @@
{{ field|add_class:"input" }}
{% endif %}
</div>
<div class="help">
{{ field.help_text }}
</div>
<div class="help is-danger">
{{ field.errors }}
</div>