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