From bd3ebded6afde42121a074cabb07e2bae213d2aa Mon Sep 17 00:00:00 2001 From: agmathew Date: Mon, 14 Mar 2022 11:42:08 -0400 Subject: [PATCH] Fixed small typo in text email notification --- .../templates/comments/comment_notification_email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}