From e11888c930055716ff198a89234b768eb878781e Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Fri, 14 Jul 2023 12:45:46 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }}