Re: Problem with comments framework

2011-01-14 Thread Ariel
Thank you for your response,. Well, I have define the template: comments/comment_user_notification.txt but any comment is displayed. Regards Ariel On Thu, Jan 13, 2011 at 10:43 AM, Xavier Ordoquy wrote: > Hi, > > You may want to have a look at: > > http://docs.djangoproject.com/en/1.2/ref/co

Re: Problem with comments framework

2011-01-13 Thread Xavier Ordoquy
Hi, You may want to have a look at: http://docs.djangoproject.com/en/1.2/ref/contrib/comments/moderation/#django.contrib.comments.moderation.CommentModerator.email_notification Or define a template name comments/comment_user_notification.txt as stated by the exception :) Regards, Xavier. Le 13

Problem with comments framework

2011-01-13 Thread Ariel
Hi everybody, I have a problem with comments I have done everything as said in http://docs.djangoproject.com/en/1.2/ref/contrib/comments/ but I have a problem that I don't know how to solve when I post a comment I get this error: Exception Type: TemplateDoesNotExist Exception Value: comments/com