Show More
@@ -75,22 +75,22 b'' | |||||
75 | {{ post.get_text }} |
|
75 | {{ post.get_text }} | |
76 | {% endif %} |
|
76 | {% endif %} | |
77 | {% endautoescape %} |
|
77 | {% endautoescape %} | |
78 | {% if post.is_referenced %} |
|
78 | </div> | |
79 | {% if mode_tree %} |
|
79 | {% if post.is_referenced %} | |
80 | <div class="tree_reply"> |
|
80 | {% if mode_tree %} | |
81 | {% for refpost in post.get_referenced_posts %} |
|
81 | <div class="tree_reply"> | |
82 |
|
|
82 | {% for refpost in post.get_referenced_posts %} | |
83 |
{% |
|
83 | {% post_view refpost mode_tree=True %} | |
84 |
|
|
84 | {% endfor %} | |
85 |
|
|
85 | </div> | |
86 | <div class="refmap"> |
|
86 | {% else %} | |
87 | {% autoescape off %} |
|
87 | <div class="refmap"> | |
88 | {% trans "Replies" %}: {{ post.refmap }} |
|
88 | {% autoescape off %} | |
89 | {% endautoescape %} |
|
89 | {% trans "Replies" %}: {{ post.refmap }} | |
90 | </div> |
|
90 | {% endautoescape %} | |
91 |
|
|
91 | </div> | |
92 | {% endif %} |
|
92 | {% endif %} | |
93 | </div> |
|
93 | {% endif %} | |
94 | {% comment %} |
|
94 | {% comment %} | |
95 | Thread metadata: counters, tags etc |
|
95 | Thread metadata: counters, tags etc | |
96 | {% endcomment %} |
|
96 | {% endcomment %} |
General Comments 0
You need to be logged in to leave comments.
Login now