From 57e598814f8f432c407a3c71785fe2d3897a96d7 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:05:40 +1000 Subject: [PATCH] we can chat now? --- templates/i-posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index e89bf11..f8a23fd 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -35,7 +35,7 @@

Ответы:

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