diff --git a/netbox/templates/ipam/vlan_edit.html b/netbox/templates/ipam/vlan_edit.html index 3ee04980e..2db461dce 100644 --- a/netbox/templates/ipam/vlan_edit.html +++ b/netbox/templates/ipam/vlan_edit.html @@ -53,10 +53,6 @@ {% endwith %} -
- {% render_field form.comments %} -
- {% if form.custom_fields %}
@@ -65,4 +61,8 @@ {% render_custom_fields form %}
{% endif %} + +
+ {% render_field form.comments %} +
{% endblock %}