From 877eac1af2b969a0da25929d03b56ae68f8dff04 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 27 Apr 2015 23:24:19 -0400 Subject: [PATCH] stray file? --- .../templates/notification/comment_on_commented/full.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/templates/notification/comment_on_commented/full.txt diff --git a/frontend/templates/notification/comment_on_commented/full.txt b/frontend/templates/notification/comment_on_commented/full.txt new file mode 100644 index 00000000..d706343e --- /dev/null +++ b/frontend/templates/notification/comment_on_commented/full.txt @@ -0,0 +1,7 @@ +{% load url from future %}{{ comment.user.username }} has commented on a book you also commented on, {{ comment.content_object.title }}, as follows. + +{{ comment.comment }} + +You can see all comments on this book at https://{{ current_site.domain }}{% url 'work' comment.content_object.id %}?tab=2 . + +The Unglue.it team \ No newline at end of file