1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #1338: Allow importing prefixes with "container" status

This commit is contained in:
Jeremy Stretch
2017-07-12 10:31:16 -04:00
parent af9fa85cc1
commit e54c74d972

View File

@@ -264,7 +264,7 @@ class PrefixCSVForm(forms.ModelForm):
required=False required=False
) )
status = CSVChoiceField( status = CSVChoiceField(
choices=IPADDRESS_STATUS_CHOICES, choices=PREFIX_STATUS_CHOICES,
help_text='Operational status' help_text='Operational status'
) )
role = forms.ModelChoiceField( role = forms.ModelChoiceField(