diff options
author | luxagraf <sng@luxagraf.net> | 2014-11-13 13:22:07 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-11-13 13:22:07 -0500 |
commit | e2f9e4ff3e3443a6875592d823e4e5739a3b7bd1 (patch) | |
tree | 8ef5055ae9ef49ffb15476838655c2f001ac50d8 /design/templates/comments/comment_notification_email.txt | |
parent | a44f67ef290e120736cf881b326eb5145a3d66f7 (diff) |
Turned comments back on. See how this goes.
Diffstat (limited to 'design/templates/comments/comment_notification_email.txt')
-rw-r--r-- | design/templates/comments/comment_notification_email.txt | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/design/templates/comments/comment_notification_email.txt b/design/templates/comments/comment_notification_email.txt index 9dfb821..63f1493 100644 --- a/design/templates/comments/comment_notification_email.txt +++ b/design/templates/comments/comment_notification_email.txt @@ -1,20 +1,3 @@ -{% 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 +A comment has been posted on {{ content_object }}. +The comment reads as follows: +{{ comment }} |