From f49f97a8ea5632cf0d4b47b79e5a9973845da7fe Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:04:55 +1000 Subject: [PATCH] we can chat now? --- templates/i-posts.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %}