Re: url path in django template

2006-06-14 Thread damacy
thanks for your help, steven =) however, no change in settings.py was needed to make it work. --~--~-~--~~~---~--~~ 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@

Re: url path in django template

2006-06-13 Thread Steven Armstrong
On 06/14/06 05:45, damacy wrote: > hi, there. > > is there any built-in function which retrieves the current url in a > django template? > > for instance, if my current url is > > http://www.lalala.com/hoho?index=0 > > and i'd like to get the exactly same url as above within a template > (incl

url path in django template

2006-06-13 Thread damacy
hi, there. is there any built-in function which retrieves the current url in a django template? for instance, if my current url is http://www.lalala.com/hoho?index=0 and i'd like to get the exactly same url as above within a template (including hoho?index=0). i can get the current directory w