Fixes #461: Display a validation error when attempting to assigning a new child device to a rack face/position

This commit is contained in:
Jeremy Stretch 2017-07-28 10:05:51 -04:00
parent f2c16fbf3c
commit 52a490bf5d

View File

@ -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 %}