Re: Invalid block tag: "get_comment_count"

2009-01-21 Thread Florian Lindner
Am 20.01.2009 um 21:40 schrieb Florian Lindner: > > > Am 19.01.2009 um 22:58 schrieb Briel: > >> >> You should try playing around with the tags, trying to load comments >> different places trying some of the other comment tags to see what >> happens ect. >> Also are you using the block tags?

Re: Invalid block tag: "get_comment_count"

2009-01-20 Thread Florian Lindner
Am 19.01.2009 um 22:58 schrieb Briel: > > You should try playing around with the tags, trying to load comments > different places trying some of the other comment tags to see what > happens ect. > Also are you using the block tags? what block tags do you have where > have you placed them in

Re: Invalid block tag: "get_comment_count"

2009-01-19 Thread Briel
t; > > -Briel > > > On 19 Jan., 21:01, Florian Lindner <mailingli...@xgm.de> wrote: > >> Hello, > > >> I'm trying to use the comment framework from Django 1.0.2. > > >> I've followed all the steps > >> inhttp://docs.djangoproject.com/en/dev/ref

Re: Invalid block tag: "get_comment_count"

2009-01-19 Thread Florian Lindner
rk from Django 1.0.2. >> >> I've followed all the steps >> inhttp://docs.djangoproject.com/en/dev/ref/contrib/comments/ >> (added it to installed apps, added to urls.py and loaded in the >> template: {% load comments % }) but I get: >> >> TemplateSyntaxError at /blog/1/

Re: Invalid block tag: "get_comment_count"

2009-01-19 Thread Briel
e: {% load comments % }) but I get: > > TemplateSyntaxError at /blog/1/ > Invalid block tag: 'get_comment_count' > > from: > > {% get_comment_count for object as comment_count %} > > object has just been created so probably no comment yet attached. >

Invalid block tag: "get_comment_count"

2009-01-19 Thread Florian Lindner
at /blog/1/ Invalid block tag: 'get_comment_count' from: {% get_comment_count for object as comment_count %} object has just been created so probably no comment yet attached. What could have went wrong there? Thanks! Florian --~--~-~--~~~---~--~~ You received

Re: Invalid block tag: 'get_comment_count'

2008-12-28 Thread Florian Lindner
e steps in >> http://docs.djangoproject.com/en/dev/ref/contrib/comments/ >> >> (added it to installed apps, added to urls.py and loaded in the >> template) but I get: >> >> TemplateSyntaxError at /blog/1/ >> Invalid block tag: 'get_comment_count' >

Re: Invalid block tag: 'get_comment_count'

2008-12-27 Thread Russell Keith-Magee
added it to installed apps, added to urls.py and loaded in the > template) but I get: > > TemplateSyntaxError at /blog/1/ > Invalid block tag: 'get_comment_count' > > from: > > {% get_comment_count for object as comment_count %} django.contrib.comments is an extension application,

Invalid block tag: 'get_comment_count'

2008-12-27 Thread Florian Lindner
Hello, I'm trying to use the comment framework from Django 1.0.2. I've followed all the steps in http://docs.djangoproject.com/en/dev/ref/contrib/comments/ (added it to installed apps, added to urls.py and loaded in the template) but I get: TemplateSyntaxError at /blog/1/ Invalid block