This commit is contained in:
Jeremy Stretch 2017-06-07 15:56:59 -04:00
parent e06221bc89
commit aab1fab445

View File

@ -255,7 +255,7 @@ class RackCSVForm(forms.ModelForm):
help_text='Rack type' help_text='Rack type'
) )
width = forms.ChoiceField( width = forms.ChoiceField(
choices = ( choices=(
(RACK_WIDTH_19IN, '19'), (RACK_WIDTH_19IN, '19'),
(RACK_WIDTH_23IN, '23'), (RACK_WIDTH_23IN, '23'),
), ),