Extend DeviceType import to include related objects

This commit is contained in:
Jeremy Stretch
2019-09-20 08:58:55 -04:00
32 changed files with 606 additions and 258 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
</ul>
{% endif %}
</div>
{% elif field|widget_type == 'textarea' %}
{% elif field|widget_type == 'textarea' and not field.label %}
<div class="col-md-12">
{{ field }}
{% if bulk_nullable %}