From f0560dfdb2adaa44fc739941a2a784c558ae6427 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 23 Mar 2009 21:07:02 +0000 Subject: Fixed #9282: added a generic comment moderation toolkit. See the documentation for details. This began life as (part of) James Bennett's comment-utils app, and was adapted to be part of Django by Thejaswi Puthraya and Jannis Leidel. Thanks, all! git-svn-id: http://code.djangoproject.com/svn/django/trunk@10122 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/templates/comments/comment_notification_email.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/templates/comments/comment_notification_email.txt (limited to 'tests/templates/comments/comment_notification_email.txt') diff --git a/tests/templates/comments/comment_notification_email.txt b/tests/templates/comments/comment_notification_email.txt new file mode 100644 index 0000000000..63f149392e --- /dev/null +++ b/tests/templates/comments/comment_notification_email.txt @@ -0,0 +1,3 @@ +A comment has been posted on {{ content_object }}. +The comment reads as follows: +{{ comment }} -- cgit v1.3