Hi,

I'm using a form wizard, but can't quite seem to figure out how to set
the url for it in a template i.e.

what do I put in the {% url %}

Another unrelated question. If I'm using the included login, logout
views, and I'm trying to get the views to redirect to a path set in
the template, how do I do it. I'm passing through the request object
so I can access the path, and doing something like

{% url django.contrib.auth.views.login
redirect_field_name=request.path %}
{% url django.contrib.auth.views.logout next_page=request.path %}

but it doesn't seem to be passing those paths through to the views.

Thanks
Neeraj

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