Hi,
I have a project which is already using django-regisration 0.8 alpha
version and it was working fine until i integrated satchmo within that
project. Now am getting the error

TemplateSyntaxError at /accounts/register/
Caught NoReverseMatch while rendering: Reverse for
'user_registration_validate' with arguments '()' and keyword arguments
'{}' not found.
Request Method: GET
Request URL:    http://localhost:8000/accounts/register/
Django Version: 1.3.1
Exception Type: TemplateSyntaxError
Exception Value:
Caught NoReverseMatch while rendering: Reverse for
'user_registration_validate' with arguments '()' and keyword arguments
'{}' not found.
Exception Location:     /usr/local/lib/python2.7/site-packages/django/
template/defaulttags.py in render, line 450
Python Executable:      /usr/bin/python2.7
Python Version: 2.7.2

17              jQuery('#form').validate('{% url user_registration_validate
%}', {
18                              type : 'ul',
19                              fields : ['email'],
20                              dom : $('#id_email'),
21                              event : 'keyup'
22                      });

I have no idea why this is occurring and i would like to use the same
registration implementation that i had instead  of satchmo
implementation. Please let me know how to fix this issue. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to