# HG changeset patch # User neko259 # Date 2015-05-14 13:17:41 # Node ID a9a3b028f531c6565dd0a5e6cc69d3aa10001582 # Parent 03a924f2ecb882e20a3c432f6f9c1448007c24f5 Show thread title in the post feed diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -29,7 +29,7 @@ {% else %} {% if need_op_data %} {% with thread.get_opening_post as op %} - {% trans " in " %}>>{{ op.id }} + {% trans " in " %}>>{{ op.id }} {{ op.get_title|striptags|truncatewords:5 }} {% endwith %} {% endif %} {% endif %}