That error is occuring because you don't have a URL defined for
password_reset_done, which, presumably, is being referred to in your
forgotpassword.html in a {% url %} tag.  Check out this brief
tutorial, it's rather handy:

http://www.rkblog.rk.edu.pl/w/p/password-reset-django-10/

-Jeff

On Dec 20, 12:01 pm, kev <kevinri...@gmail.com> wrote:
> Hello,
> I have the following entry in urls.py file:
>
>         (r'^forgotpassword/$', password_reset, {
>                 'template_name': 'users/forgotpassword.html',
>                 'email_template_name': 'users/forgotpassword_template.html'
>         }),
>
> Whenever i try to load it, i get:
> Reverse for '<function password_reset_done at 0x739cb0>' with
> arguments '()' and keyword arguments '{}' not found.
>
> I have reinstalled a clean version of django and tried everything but
> i cannot seem to get it to work. I have searched other posts but none
> were helpful.
>
> Any help would be great!
>
> Kevin
>
> P.S. Im new to django so im trying to learn my way around :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to