# HG changeset patch # User neko259 # Date 2015-08-20 20:54:04 # Node ID 5e8376c2e1a32c73c3c40b68b97bdf46d020dbaa # Parent c8198c1c05e88509bb3730aa2d955eab877cecbe Refmap is a separate block, not a part of a message 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 @@ -75,22 +75,22 @@ {{ post.get_text }} {% endif %} {% endautoescape %} - {% if post.is_referenced %} - {% if mode_tree %} -
- {% for refpost in post.get_referenced_posts %} - {% post_view refpost mode_tree=True %} - {% endfor %} -
- {% else %} -
- {% autoescape off %} - {% trans "Replies" %}: {{ post.refmap }} - {% endautoescape %} -
- {% endif %} + + {% if post.is_referenced %} + {% if mode_tree %} +
+ {% for refpost in post.get_referenced_posts %} + {% post_view refpost mode_tree=True %} + {% endfor %} +
+ {% else %} +
+ {% autoescape off %} + {% trans "Replies" %}: {{ post.refmap }} + {% endautoescape %} +
{% endif %} - + {% endif %} {% comment %} Thread metadata: counters, tags etc {% endcomment %}