Fixes #12190: Fix form layout for plugin textarea fields

This commit is contained in:
jeremystretch
2023-04-07 10:03:47 -04:00
parent ccfdc216a5
commit 63a0ec7a79
14 changed files with 6 additions and 66 deletions

View File

@@ -85,7 +85,6 @@ Context:
{% if form.comments %}
<div class="field-group mb-5">
<h5 class="text-center">Comments</h5>
{% render_field form.comments %}
</div>
{% endif %}