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 %} +
+ >>{{ posto.ans }} +
+ {% endfor %} + {% endif %}
@@ -36,13 +46,6 @@ Ответить этому.
- {% if posto.answers_list | length > 0 %} - {% for ans in posto.answers_list %} -
- >>{{ posto.ans }} -
- {% endfor %} - {% endif %}