diff --git a/shop/forms.py b/shop/forms.py index a8b371d6941695b08660fbdf5fe2a43a4d13ee5f..cf249a7f8c400dc89dd16f050f26fb761a2368ee 100644 --- a/shop/forms.py +++ b/shop/forms.py @@ -57,4 +57,4 @@ class emailChangeForm(FlaskForm): class mobileChangeForm(FlaskForm): new_mobile = StringField('Enter a new mobile:', validators=[Regexp(regex='^[+-]?[0-9]+$', message = 'only integers allowed'), input_required(), Length(11, 11)]) - submit2 = SubmitField('Submit') \ No newline at end of file + submit2 = SubmitField('Submit')