> In your solution, how do you redirect from the view to the admin?
> 
> HttpResponseRedirect(request.get_full_path())
> and 
> HttpResponseRedirect(request.META.get(‘HTTP_REFERER’)
> 
> both redirect me to the action_view url not the admin page i came from.

I see my mistake. the referrer is the page with the form itself. I have to pass 
a next field to the form with the original referrer.


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