##// END OF EJS Templates
Disable truncating by lines because it causes problems for now
neko259 -
r1016:e788a57b default
parent child Browse files
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|truncate_lines:3 }}
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