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 -~----------~----~----~----~------~----~------~--~---