From b3913268062c4e2f13ac2230a3bb89594f7ed258 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 19 Jul 2023 00:53:20 +1000 Subject: [PATCH] we can chat now? --- templates/answer-post.html | 2 +- templates/interactive-posts.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/answer-post.html b/templates/answer-post.html index 2c46f3e..30f7e3f 100644 --- a/templates/answer-post.html +++ b/templates/answer-post.html @@ -1,7 +1,7 @@
- Создай то, о чем будут говорить многие. Ты отвечаешь: >>{{ posto.parent_post }} + Создай то, о чем будут говорить многие. Ты отвечаешь: >>{{ target_post_id }} >>
diff --git a/templates/interactive-posts.html b/templates/interactive-posts.html index f249d53..82dd12e 100644 --- a/templates/interactive-posts.html +++ b/templates/interactive-posts.html @@ -5,12 +5,6 @@ {% include 'navbar.html' %} -
-
- {% include 'answer-post.html' %} -
-
-
{% include 'i-posts.html' %} @@ -18,4 +12,10 @@
+
+
+ {% include 'answer-post.html' %} +
+
+ {% endblock content %} \ No newline at end of file