Daniel,

reset_password_confirm is my own view method in views.py which I'm using
because I have jinja2 as the template engine and it renders templates with a
different method

Jeremiah

On Mon, Jun 13, 2011 at 11:44 AM, Daniel Roseman <dan...@roseman.org.uk>wrote:

> On Monday, June 13, 2011 4:18:38 PM UTC+1, Jeremiah Malina wrote:
>>
>> 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
>>
>
> Your email template refers to the url
> 'django.contrib.auth.views.password_reset_confirm' but you're not using that
> in your urls.py - you have 'accounts.views.reset_password_confirm'.
> --
> DR.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/hepahBhJLZAJ.
> 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.
>

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