diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 63032ee..7bdb071 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -235,9 +235,6 @@ display_name = forms.CharField( label=_('Your name (optional)'), required=False) - def __init__(self, *args, **kwargs): - super(ListAnonymousSubscribe, self).__init__(*args, **kwargs) - class ListSettingsForm(forms.Form): """