From a46cc7c78c06717c4f24755435d4a75c9cc98dc0 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:30:56 +1000 Subject: [PATCH] we can chat now? --- templates/i-posts.html | 4 ++-- templates/interactive-posts.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index 189a8cf..bf2a13f 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -2,9 +2,9 @@ {% for posto in postos %}
{% if posto.root_post %} -
+
{% else %} -
+
{% endif %}
diff --git a/templates/interactive-posts.html b/templates/interactive-posts.html index 7a1f465..594b1f5 100644 --- a/templates/interactive-posts.html +++ b/templates/interactive-posts.html @@ -6,14 +6,14 @@ {% include 'navbar.html' %}
-
+
{% include 'i-posts.html' %}
-
+
{% include 'answer-post.html' %}