diff --git a/netbox/dcim/forms.py b/netbox/dcim/forms.py index 6795726a6..df4d91c66 100644 --- a/netbox/dcim/forms.py +++ b/netbox/dcim/forms.py @@ -131,7 +131,7 @@ class SiteForm(BootstrapMixin, TenancyForm, CustomFieldForm): class SiteCSVForm(forms.ModelForm): status = CSVChoiceField( - choices=DEVICE_STATUS_CHOICES, + choices=SITE_STATUS_CHOICES, required=False, help_text='Operational status' )