Hello fellow Django users,

I've got what I hope to be a simple question. I've got a page with 4
forms on it. Each goes to a different URL then uses
HttpResponseRedirect to get back to the original page. I want to pass
back any errors to the main screen.

How can I pass a variable with HttpResponseRedirect? I've tried:

return HttpResponseRedirect('/event/'+str(e.id), {'errors': errors,})

Is this impossible or should I be going about it another way?

Thanks for being so great Django community,
Poz
--~--~---------~--~----~------------~-------~--~----~
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