diff --git a/fluent_comments/templates/comments/comment_notification_email.txt b/fluent_comments/templates/comments/comment_notification_email.txt index 3761cdf..52c75da 100644 --- a/fluent_comments/templates/comments/comment_notification_email.txt +++ b/fluent_comments/templates/comments/comment_notification_email.txt @@ -1,5 +1,5 @@ {% autoescape off %}{% comment %} -{% endcomment %}A new comment has been posted on your site "{{ site }}, to the page entitled "{{ content_object }}". +{% endcomment %}A new comment has been posted on your site "{{ site }}", to the page entitled "{{ content_object }}". Link to the page: {{ request.scheme }}://{{ site.domain }}{{ content_object.get_absolute_url }} {% if comment.title %}Title: {{ comment.title }}