summaryrefslogtreecommitdiff
path: root/design/templates/comments/comment_notification_email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/comments/comment_notification_email.txt')
-rw-r--r--design/templates/comments/comment_notification_email.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/design/templates/comments/comment_notification_email.txt b/design/templates/comments/comment_notification_email.txt
new file mode 100644
index 0000000..9dfb821
--- /dev/null
+++ b/design/templates/comments/comment_notification_email.txt
@@ -0,0 +1,20 @@
+{% load url from future %}{% autoescape off %}{% comment %}
+{% endcomment %}A new comment has been posted on your site "{{ site }}, to the page entitled "{{ content_object }}".
+Link to the page: http://{{ site.domain }}{{ content_object.get_absolute_url }}
+
+IP-address: 95.97.240.121{% if comment.title %}
+Title: {{ comment.title }}{% endif %}
+Name: {{ comment.user_name|default:comment.user }}
+Email: {{ comment.user_email }}
+Homepage: {{ comment.user_url }}
+Moderated: {{ comment.is_public|yesno:'no,yes' }}
+
+Comment:
+{{ comment.comment }}
+
+----
+You have the following options available:
+ View comment -- http://{{ site.domain }}{{ comment.get_absolute_url }}
+ Flag comment -- http://{{ site.domain }}{% url 'comments-flag' comment.pk %}
+ Delete comment -- http://{{ site.domain }}{% url 'comments-delete' comment.pk %}
+{% endautoescape %} \ No newline at end of file