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' %}