Fixes #2833: Fix form widget for front port template creation

This commit is contained in:
Jeremy Stretch
2019-01-31 09:19:53 -05:00
parent 215a230291
commit 8246401497
2 changed files with 1 additions and 1 deletions

View File

@@ -1066,7 +1066,6 @@ class FrontPortTemplateCreateForm(ComponentForm):
choices=[],
label='Rear ports',
help_text='Select one rear port assignment for each front port being created.',
widget=StaticSelect2(),
)
def __init__(self, *args, **kwargs):