Show More
@@ -63,7 +63,7 b'' | |||||
63 | <div class="message"> |
|
63 | <div class="message"> | |
64 | {% autoescape off %} |
|
64 | {% autoescape off %} | |
65 | {% if truncated %} |
|
65 | {% if truncated %} | |
66 |
{{ post.get_text|truncatewords_html:50 |
|
66 | {{ post.get_text|truncatewords_html:50 }} | |
67 | {% else %} |
|
67 | {% else %} | |
68 | {{ post.get_text }} |
|
68 | {{ post.get_text }} | |
69 | {% endif %} |
|
69 | {% endif %} |
General Comments 0
You need to be logged in to leave comments.
Login now