Hi all,

I just ran into a minor issue and thought I'd bring it to light.  In adding 
django.contrib.comments to a site I'm building, I found that when using 
moderation and setting email_notification to True, that there is no default 
template for comment_notification_email.txt included with the other comments 
templates.  There is also no documentation I could find that mentions what 
context is provided to the template.  I found it easily enough by reading the 
email method of the CommentModerator class in 
django/contrib/comments/moderation.py, but that seems less than optimal.

I'm happy to open a ticket, but should the solution be to include a default 
template, to add relevant documentation pointing out the customization 
possibility, or both?

Regards (and many thanks for an incredible framework!),

---Peter Herndon

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to