My views have the standard decorator to automatically bounce clients
to the login page if they are not logged in....

@django.contrib.auth.decorators.login_required

I would like to dynamically set the hidden next parameter in the login
template to the aforementioned page they were trying to access.  That
way, after logging in they will automatically go to that page.

How do this?

Chris

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