diff --git a/templates/i-posts.html b/templates/i-posts.html index f3c2e31..bbbfda9 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -20,12 +20,13 @@
#{{ posto._key }} - {% if posto.parent_post %} - >{{ posto.parent_post }} - {% endif %} Ответов: {{ posto.answers_num }} Длина треда: {{ posto.children_num }} + + {% if posto.parent_post %} + >>{{ posto.parent_post }} + {% endif %}

{{ posto.texto }}