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

Closes #14156: Add custom field support for contact assignments

This commit is contained in:
Jeremy Stretch
2023-11-06 15:36:59 -05:00
parent ac91d4e5e5
commit 2562c8745c
7 changed files with 35 additions and 13 deletions

View File

@@ -25,4 +25,11 @@
{% render_field form.priority %}
{% render_field form.tags %}
</div>
<div class="field-group mb-5">
<div class="row mb-2">
<h5 class="offset-sm-3">{% trans "Custom Fields" %}</h5>
</div>
{% render_custom_fields form %}
</div>
{% endblock %}