feat: Add helptexts to custom form renderer
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
{{ field|add_class:"input" }}
|
{{ field|add_class:"input" }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="help">
|
||||||
|
{{ field.help_text }}
|
||||||
|
</div>
|
||||||
<div class="help is-danger">
|
<div class="help is-danger">
|
||||||
{{ field.errors }}
|
{{ field.errors }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user