Fixes #1273: Corrected status choices in IP address import form
This commit is contained in:
parent
29a71fd903
commit
a16218b311
|
|
@ -582,7 +582,7 @@ class IPAddressCSVForm(forms.ModelForm):
|
|||
}
|
||||
)
|
||||
status = CSVChoiceField(
|
||||
choices=PREFIX_STATUS_CHOICES,
|
||||
choices=IPADDRESS_STATUS_CHOICES,
|
||||
help_text='Operational status'
|
||||
)
|
||||
device = FlexibleModelChoiceField(
|
||||
|
|
|
|||
Loading…
Reference in New Issue