Calling a template from a template

2008-04-18 Thread Salim Fadhley
I'm trying to write a view & template collection that will render arbitrary objects in a database. I cannot change these objects and make them more view-friendly, so I have written a class which identifies the object and selects which of a collection of templates is most likely to be able to rende

Re: Calling a template from a template

2008-04-18 Thread Alex Koshelev
http://www.djangoproject.com/documentation/templates/#include On Apr 18, 1:29 pm, Salim Fadhley <[EMAIL PROTECTED]> wrote: > I'm trying to write a view & template collection that will render > arbitrary objects in a database. I cannot change these objects and > make them more view-friendly, so I