Hay, i was wondering how to get the current URL within a template.
Say my URL was
/user/profile/
How do i return this to the template?
Thanks
|
|
|
|
|||||||||||||||||||||
|
|
Some precisions and corrections should be brought to hypete's and Igancio's answers, I'll just summarize the whole idea here, for future reference. If you need the You must also not forget the other context processors used by your applications. So, to add the request to the other default processors, you could add this in your settings, to avoid hard-coding the default processor list (that may very well change in later versions):
Then, provided you send the
you can fetch the URL in your template, for example as this:
(or |
||||
|
||||
|