diff --git a/templates/i-posts.html b/templates/i-posts.html index cedbed9..e89bf11 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -33,11 +33,11 @@ {% if posto.answers_list | length > 0 %}

Ответы:

- {% for ans in posto.answers_list %} -
- >>{{ posto.ans }} -
+
+ {% for ans in posto.answers_list %} + >>{{ posto.ans }} {% endfor %} +
{% endif %}