-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'RegistrationForm' object has no attribute 'save' #68
Comments
`class RegistrationForm(forms.Form):
` this is RegistrationForm |
@tauseedzaman I believe the issue is Django-Verify-Email/verify_email/email_handler.py Lines 31 to 38 in 725e77a
To me, this is clearly a bug, since the public API was not updated to reflect the changed internal method parameters. This should be changed to a named parameter @foo290 would you be willing to accept a PR on this? |
HI,
i followed the instruction given for this package on https://pypi.org/ but I am getting this error.
this is view.py
and this is the error
is it something wrong in my app or is it an issue in the package
The text was updated successfully, but these errors were encountered: