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

Clean up cable connection form

This commit is contained in:
jeremystretch
2021-07-29 10:48:12 -04:00
parent 52c4d54481
commit f6746c7530
2 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
{% render_field form.label %}
{% render_field form.color %}
<div class="row mb-3">
<label class="col-sm-3 col-form-label">{{ form.length.label }}</label>
<label class="col-sm-3 col-form-label text-end">{{ form.length.label }}</label>
<div class="col-md-5">
{{ form.length }}
</div>
@@ -18,10 +18,10 @@
</div>
{% render_field form.tags %}
{% if form.custom_fields %}
<div class="field-group">
<h4>Custom Fields</h4>
{% render_custom_fields form %}
</div>
<div class="field-group">
<h4>Custom Fields</h4>
{% render_custom_fields form %}
</div>
{% endif %}
</div>
</div>