From 48ec4c9c59d642c818559bdbb9bfeeb0389e2b14 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:22:07 +1000 Subject: [PATCH] we can chat now? --- templates/i-posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index aafc4e3..25167f9 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -34,7 +34,7 @@

Ответы:

- {% for ans in posto.answers_list %} + {% for ans in posto.answers_list[0] %} >>{{ (posto.answers_list[0])[loop.index] }} (ответов {{ (posto.answers_list[1])[loop.index] }}) {% endfor %}