We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9aa918 commit 930a40cCopy full SHA for 930a40c
netbox_acls/templates/inc/common_edit.html
@@ -1,13 +1,11 @@
1
{% load form_helpers %}
2
+{% if form.custom_fields %}
3
+<div class="field-group">
4
+ <h4>Custom Fields</h4>
5
+ {% render_custom_fields form %}
6
+ </div>
7
+{% endif %}
8
<div class="field-group">
9
<h4>Comments</h4>
10
{% render_field form.comments %}
11
</div>
-{% if form.custom_fields %}
- <div class="card">
- <h5 class="card-header">Custom Fields</h5>
- <div class="card-body">
- {% render_custom_fields form %}
- </div>
12
13
-{% endif %}
0 commit comments