Re: URL of current page in Django Form

2009-08-06 Thread Justin Lilly
Hi Neal. You're looking for the django-users list. This is for talking about the core framework, not how to use it. Best of luck! -justin On Thu, 06 Aug 2009, NealWalters wrote: > > Is there a keyword that will automatically put the URL of the current > page in the Django form? > Or do I

URL of current page in Django Form

2009-08-06 Thread NealWalters
Is there a keyword that will automatically put the URL of the current page in the Django form? Or do I have to do that in code and pass it to the form as a normal user variable? Here's what I'm trying to accomplish. I have a feedback form on a base template. When the user clicks the feedback but