Hello,

I'm a bit new to django but I thought I had a grasp on things until I
encountered this bug:

Template error:
In template /Users/jmalina/Sites/mysite/templates/account/
password_reset/password_reset_email.html, error at line 6
   Caught NoReverseMatch while rendering: Reverse for '' with
arguments '()' and keyword arguments '{'uidb36': '3', 'token': '2xz-
d19b02c82b362d09395a'}' not found.'

I'm trying to use Django's built in password reset feature with my own
templates, but something is hanging up when the reset password email
is generated.

Here is my email template: http://dpaste.com/553684/
Here is my urlconf: http://dpaste.com/553687/

Anyone run into this problem before?

Thanks,

Jeremiah

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