I am using python-social-auth for login feature.
I added facebook and instagram logins. Now I am trying to do a standard authentication with email.
Documentation says that my login form should submit to /complete/email
.
But when I submit it says that Page was not found
what am I doing wrong? maybe documentation is out of date?