mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 21:16:27 -06:00
fix image upload field style
This commit is contained in:
parent
ce98957be0
commit
d164ccb6c7
@ -69,7 +69,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% elif field|widget_type == 'fileinput' %}
|
||||
{% elif field|widget_type == 'fileinput' or field|widget_type == 'clearablefileinput' %}
|
||||
<div class="input-group mb-3">
|
||||
<input
|
||||
class="form-control"
|
||||
|
Loading…
Reference in New Issue
Block a user