Overhaul device component template creation views/URLs

This commit is contained in:
Jeremy Stretch
2020-02-06 13:13:40 -05:00
parent 626205d60d
commit 3202cbb248
6 changed files with 79 additions and 49 deletions

View File

@@ -825,8 +825,6 @@ class ComponentCreateView(GetReturnURLMixin, View):
"""
Add one or more components (e.g. interfaces, console ports, etc.) to a Device or VirtualMachine.
"""
parent_model = None
parent_field = None
model = None
form = None
model_form = None