Check the actual URL you're receiving in your e-mail. See if it matches any of the patterns in your urls.py.
One thing that looks odd to me is that your pattern for forgot-password ends with '?$," which doesn't look right to me. But it seems like you're saying the problem is after that point. In any case, make sure the URL received in the e-mail matches a pattern -- it must not for you to be getting this error. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.