summaryrefslogtreecommitdiff
path: root/objectapp/templates/comments/comment_reply_email.txt
blob: e32c876b5c06cd15c8482e619caddeb414a1929d (plain)
1
2
3
4
5
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 }}