diff --git a/pod/dressing/forms.py b/pod/dressing/forms.py index 31decf2958..87afaaf2ec 100644 --- a/pod/dressing/forms.py +++ b/pod/dressing/forms.py @@ -44,7 +44,6 @@ class DressingForm(forms.ModelForm): is_staff = True is_superuser = False admin_form = True - site = forms.ModelChoiceField(Site.objects.all(), required=False) def __init__(self, *args, **kwargs): """Init method."""