Fixes #461: Display a validation error when attempting to assigning a new child device to a rack face/position
This commit is contained in:
parent
f2c16fbf3c
commit
52a490bf5d
|
|
@ -45,7 +45,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% elif not obj.device_type.is_child_device %}
|
||||
{% else %}
|
||||
{% render_field form.face %}
|
||||
{% render_field form.position %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue