Skip to content

Commit

Permalink
Fixes #1993: Corrected status choices in site CSV import form
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Mar 29, 2018
1 parent 4ec6e52 commit 94b12e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/dcim/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Meta:

class SiteCSVForm(forms.ModelForm):
status = CSVChoiceField(
choices=DEVICE_STATUS_CHOICES,
choices=SITE_STATUS_CHOICES,
required=False,
help_text='Operational status'
)
Expand Down

0 comments on commit 94b12e5

Please sign in to comment.