diff --git a/templates/i-posts.html b/templates/i-posts.html index 66c4ca7..1fca6d5 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -35,7 +35,7 @@

Ответы:

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