summaryrefslogtreecommitdiff
path: root/objectapp/templates/comments/comment_reply_email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/templates/comments/comment_reply_email.txt')
-rw-r--r--objectapp/templates/comments/comment_reply_email.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/objectapp/templates/comments/comment_reply_email.txt b/objectapp/templates/comments/comment_reply_email.txt
new file mode 100644
index 0000000..e32c876
--- /dev/null
+++ b/objectapp/templates/comments/comment_reply_email.txt
@@ -0,0 +1,6 @@
+{% load i18n %}{% trans "Author" %}: {{ comment.userinfo.name }} {{ comment.userinfo.url }}
+
+{% trans "Comment" %}:
+{{ comment.comment }}
+
+{% trans "View this comment" %}: {{ protocol }}://{{ site }}{{ content_object.get_absolute_url }}#comment_{{ comment.pk }}