From 390974f1a3468851672833a544a2e0e0759cbba0 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:03:05 +1000 Subject: [PATCH] we can chat now? --- templates/i-posts.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index a276d84..cedbed9 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -29,6 +29,16 @@ >>{{ posto.parent_post }} {% endif %}
{{ posto.texto }}
+ + {% if posto.answers_list | length > 0 %} +Ответы:
+ {% for ans in posto.answers_list %} + + {% endfor %} + {% endif %}