Re: Adding comments in loop

2008-09-18 Thread mccomas . chris
I apologize, yes {% load comments %} is in there, he's an updated version: http://dpaste.com/78978/ again, the issue is the Invalid block tag: 'render_comment_form' On Sep 18, 1:21 pm, Dmitry Dzhus <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > actually, that isn't the issue, the

Re: Adding comments in loop

2008-09-18 Thread Dmitry Dzhus
[EMAIL PROTECTED] wrote: > actually, that isn't the issue, the issue is with the {% > render_comment_form for event %} tag, i'm getting a template syntax > error: > > Invalid block tag: 'render_comment_form' > > this is right after the comment_list endfor here: > > http://dpaste.com/78918/ I

Re: Adding comments in loop

2008-09-18 Thread mccomas . chris
actually, that isn't the issue, the issue is with the {% render_comment_form for event %} tag, i'm getting a template syntax error: Invalid block tag: 'render_comment_form' this is right after the comment_list endfor here: http://dpaste.com/78918/ On Sep 18, 10:43 am, [EMAIL PROTECTED]

Adding comments in loop

2008-09-18 Thread mccomas . chris
I'm trying to add comments to a page that has the recent blog entires, below is my code: http://dpaste.com/78918/ I get the error: TemplateSyntaxError at / 'get_comment_list' tag requires 5 or 6 arguments What did I do wrong? I've played with it for about two hours and can't figure it out...