From 830e4799d991534efdbff7d3fbb67133a9f91322 Mon Sep 17 00:00:00 2001 From: Valentin Sabatier Date: Mon, 4 Dec 2023 12:18:27 +0100 Subject: [PATCH] Remove field site --- pod/dressing/forms.py | 1 - 1 file changed, 1 deletion(-) 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."""