diff --git a/input/forms.py b/input/forms.py index ee44358..ac50446 100755 --- a/input/forms.py +++ b/input/forms.py @@ -299,3 +299,8 @@ class ListForm(BaseApplicationForm, CommonOrderMixin): model = List fields = ['domain', 'address', 'terms_accepted'] exclude = ['intern_notes', 'survey_mail_send','mail_state'] + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + self.fields['address'].initial = ''