mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Initial work on custom fields
This commit is contained in:
7
netbox/templates/utilities/render_custom_fields.html
Normal file
7
netbox/templates/utilities/render_custom_fields.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% load form_helpers %}
|
||||
|
||||
{% for field in form %}
|
||||
{% if field.name in form.custom_fields %}
|
||||
{% render_field field %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user