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

fix image upload field style

This commit is contained in:
checktheroads
2021-04-21 13:18:48 -07:00
parent ce98957be0
commit d164ccb6c7

View File

@ -69,7 +69,7 @@
</ul> </ul>
</div> </div>
</div> </div>
{% elif field|widget_type == 'fileinput' %} {% elif field|widget_type == 'fileinput' or field|widget_type == 'clearablefileinput' %}
<div class="input-group mb-3"> <div class="input-group mb-3">
<input <input
class="form-control" class="form-control"