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 %} + + {% endfor %} + {% endif %}