diff --git a/app/main/forms.py b/app/main/forms.py index cf899cc4f..e04b8d148 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -214,9 +214,6 @@ class TextNotReceivedForm(Form): class ServiceNameForm(Form): - def __init__(self, *args, **kwargs): - super(ServiceNameForm, self).__init__(*args, **kwargs) - name = StringField( u'Service name', validators=[