File "/Users/Flask-User-starter-app-0.6/app/views/misc_views.py", line 40, in user_profile_page
form = UserProfileForm(request.form, current_user)
File "/usr/local/lib/python3.6/site-packages/wtforms/form.py", line 212, in call
return type.call(cls, *args, **kwargs)
TypeError: init() takes from 1 to 2 positional arguments but 3 were given
It's a nice Sample to learn flask. Great help to me , TKS!
File "/Users/Flask-User-starter-app-0.6/app/views/misc_views.py", line 40, in user_profile_page
form = UserProfileForm(request.form, current_user)
File "/usr/local/lib/python3.6/site-packages/wtforms/form.py", line 212, in call
return type.call(cls, *args, **kwargs)
TypeError: init() takes from 1 to 2 positional arguments but 3 were given
It's a nice Sample to learn flask. Great help to me , TKS!