Re: Conditional admin template inheritance

2008-02-01 Thread Aaron Fay
Hi again, Found the answer in the documentation (right in front of my face...) Aaron Aaron Fay wrote: > Hi List :) > > I want to be able to include some javascript on a specific automated > admin page, is there a way to just include my custom template block if > I'm editing a specific model?

Conditional admin template inheritance

2008-02-01 Thread Aaron Fay
Hi List :) I want to be able to include some javascript on a specific automated admin page, is there a way to just include my custom template block if I'm editing a specific model? I really like the automated admin forms, but it may be that I just have to sit down and write custom templates..