Re: Renaming variables passed to inherited templates

2008-05-21 Thread Hans
Ooops. I thought I had read the documentation thoroughly, but found the WITH filter. http://www.djangoproject.com/documentation/templates/#with I guess I can use that? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Renaming variables passed to inherited templates

2008-05-21 Thread Hans
Is it possible, within the template framework to pass or rename variables to inherited templates. Example: Say I have an app defining a Location and an Entry. The Entry has a foreignrfield to Location. Using generic views a part of the templates/appname/location_detail is included from templates/