Re: Overriding admin sidebar

2014-01-21 Thread Larry Martell
Thanks!! On Tue, Jan 21, 2014 at 1:43 PM, Jonathan Pentecost wrote: > Your not loading the "trans" tag, > https://docs.djangoproject.com/en/1.5/topics/i18n/translation/#internationalization-in-template-code > > > On Tuesday, 21 January 2014 12:32:56 UTC+11, larry@gmail.com wrote: >> >> I am t

Re: Overriding admin sidebar

2014-01-21 Thread Jonathan Pentecost
Your not loading the "trans" tag, https://docs.djangoproject.com/en/1.5/topics/i18n/translation/#internationalization-in-template-code On Tuesday, 21 January 2014 12:32:56 UTC+11, larry@gmail.com wrote: > > I am trying to override the admin sidebar block. As a starting point I > just copie

Overriding admin sidebar

2014-01-20 Thread Larry Martell
I am trying to override the admin sidebar block. As a starting point I just copied the entire block from the django index template into my own index.html file. But I am getting: Error during template rendering In template /usr/local/motor/motor/ui/templates/admin/index.html, error at line 6 This