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.
|
2012-03-27 19:45:41 +00:00
|
|
|
|
|
|
|
{{ 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
|