##// END OF EJS Templates
Show thread title in the post feed
neko259 -
r1169:a9a3b028 default
parent child Browse files
Show More
@@ -29,7 +29,7 b''
29 29 {% else %}
30 30 {% if need_op_data %}
31 31 {% with thread.get_opening_post as op %}
32 {% trans " in " %}<a href="{{ op.get_absolute_url }}">&gt;&gt;{{ op.id }}</a>
32 {% trans " in " %}<a href="{{ op.get_absolute_url }}">&gt;&gt;{{ op.id }}</a> <span class="title">{{ op.get_title|striptags|truncatewords:5 }}</span>
33 33 {% endwith %}
34 34 {% endif %}
35 35 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now