Re: django dynamic template tag

2013-07-13 Thread Andriyko
Try {{ pagecontent.plugin }} instead of {% pagecontent.plugin %} On Wednesday, July 3, 2013 3:11:08 AM UTC+3, Fadi Samara wrote: > > I try to build a plugins based application, I have created tags and > registered them for each plugin. > > I have a table stores each page plugins, and need to

Re: django dynamic template tag

2013-07-03 Thread Fadi Samara
Hi Fred, its already included at the start of the template to load all plugin tags {% load slider ...%} Thanks, On Wednesday, July 3, 2013 11:00:31 PM UTC+10, Fred Stluka wrote: > > Fadi, > > You need to {% load %} the file that defines the tags. > > --Fred > -- >

Re: django dynamic template tag

2013-07-03 Thread Fadi Samara
its already included at the start of the template to load all plugin tags {% load slider ...%} Regards, Fadi Samara. On Wed, Jul 3, 2013 at 11:00 PM, Fred Stluka wrote: > Fadi, > > You need to {% load %} the file that defines the tags. > > --Fred > -- > Fred Stluk

Re: django dynamic template tag

2013-07-03 Thread Fred Stluka
Fadi, You need to {% load %} the file that defines the tags. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: With

django dynamic template tag

2013-07-02 Thread Fadi Samara
I try to build a plugins based application, I have created tags and registered them for each plugin. I have a table stores each page plugins, and need to render any stored plugin in the template accordingly as inclusion tag. Now for the template i use this: {% block slider_region %}{% for p