1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

@@ -56,9 +56,6 @@
</div>
<div class="field-group my-5">
<div class="row mb-2">
<h5 class="text-center">Comments</h5>
</div>
{% render_field form.comments %}
</div>