regluit/frontend/templates/notification/wishlist_comment/full.txt

7 lines
318 B
Plaintext
Raw Normal View History

2015-04-28 03:24:02 +00:00
{% load url from future %}{{ comment.user.username }} has commented on a book on your list, {{ comment.content_object.title }}, as follows.
{{ comment.comment }}
2015-04-28 03:24:02 +00:00
You can see all comments on this book at https://{{ current_site.domain }}{% url 'work' comment.content_object.id %}?tab=2 .
2012-05-12 01:36:20 +00:00
The Unglue.it team