aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/newcomments_table
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/newcomments_table')
-rw-r--r--bn_django/templates/newcomments_table2
1 files changed, 2 insertions, 0 deletions
diff --git a/bn_django/templates/newcomments_table b/bn_django/templates/newcomments_table
index 2349dd0..c01863d 100644
--- a/bn_django/templates/newcomments_table
+++ b/bn_django/templates/newcomments_table
@@ -7,6 +7,8 @@
{% if c.user.username %}{{ c.user.username }}
{% else %}{{c.user_name}}{% endif%} </td>
<td class="description">
+ {{ c.comment|truncatewords:10 }}
+ <td class="description">
<a href="{{c.get_content_object_url}}">
{{ c.content_type.name }}</a></td>
</tr>