Hi. Forgive my poor English

I think there is an error in the "admin/auth/user/add_form.html"
template, because it uses a form_url variable that does not exist. The
user_add_stage doesn't pass it.

Normally this error is not fire, the form's action attribute get
blank. But, when I set the TEMPLATE_STRING_IF_INVALID variable in the
settings file to:
   TEMPLATE_STRING_IF_INVALID = 'Variable "%s" out of context'
then the add_form's action fire a non matching URL.

How can I fix this problem

thanks
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to