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 %}