feat: Add helptexts to custom form renderer
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user