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

Fixes #1273: Corrected status choices in IP address import form

This commit is contained in:
Jeremy Stretch
2017-06-14 16:22:49 -04:00
parent 29a71fd903
commit a16218b311

View File

@ -582,7 +582,7 @@ class IPAddressCSVForm(forms.ModelForm):
}
)
status = CSVChoiceField(
choices=PREFIX_STATUS_CHOICES,
choices=IPADDRESS_STATUS_CHOICES,
help_text='Operational status'
)
device = FlexibleModelChoiceField(