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

Add custom fields section to interface edit template

This commit is contained in:
Jeremy Stretch
2021-03-01 14:12:09 -05:00
parent 5418520252
commit fdda30704b

View File

@ -35,6 +35,12 @@
{% render_field form.tagged_vlans %}
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading"><strong>Custom Fields</strong></div>
<div class="panel-body">
{% render_custom_fields form %}
</div>
</div>
{% endblock %}
{% block buttons %}