Skip to content
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

django.urls.exceptions.NoReverseMatch: Reverse for 'email-verify' not found. 'email-verify' is not a valid view function or pattern name. #12

Open
dalalns opened this issue Jan 20, 2021 · 4 comments

Comments

@dalalns
Copy link

dalalns commented Jan 20, 2021

getting this error
django.urls.exceptions.NoReverseMatch: Reverse for 'email-verify' not found. 'email-verify' is not a valid view function or pattern name.
how to resolve this

@osahene
Copy link

osahene commented Apr 9, 2021

getting this error
django.urls.exceptions.NoReverseMatch: Reverse for 'email-verify' not found. 'email-verify' is not a valid view function or pattern name.
how to resolve this

It is a typo. It should rather be "verify-email"

@MuhammadFathurNurRizky
Copy link

reverse(auth:verify-email)

@Goodnessmbakara
Copy link

can you close the issue then?

@buithikieu
Copy link

reverse(auth:verify-email)

it helped me solved my problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants