Sameer, if you are using the RequestContext object to produce the template context, then you should be able to access the URL parameters in your template as request.GET.*parametername*. In this case, request.GET is a QueryDict object (see http://www.djangoproject.com/documentation/request_response/#querydict-objects ).
-- Scott On Wed, Jul 2, 2008 at 1:52 PM, Sameer Maggon <[EMAIL PROTECTED]> wrote: > > Hi All, > > Is there a standard way to access the URL parameters in the Django > templates? I can write a template tag to do that, but I was hoping I > could avoid it. > > Thanks, > Sameer. > -- > http://www.maggon.com > > > > -- http://scott.andstuff.org/ | http://truthadorned.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---