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

#6797: Improve object edit form field layout

This commit is contained in:
Matt
2021-08-04 10:57:01 -07:00
parent 0cf9be2a8d
commit 582b69de74
5 changed files with 12 additions and 8 deletions

View File

@@ -48,8 +48,7 @@
{% if form.comments %}
<div class="field-group">
<h5 class="text-center">Comments</h5>
{% render_field form.comments %}
{% render_field form.comments label='Comments' %}
</div>
{% endif %}