From 9ad17b25d4601a664caa86d921cbd590f0951ad5 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:26:14 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index 6c6a0d6..fc27eb4 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -2,22 +2,28 @@ {% for posto in postos %}
- {% if posto.root_post %} -
- {% else %} -
- {% endif %} -
- + {% if posto.root_post %} +
+ {% else %} +
+ {% endif %} +
+
+
+ +
+
+
+
+ #{{ posto._key }} +

{{ posto.texto }}

+
+ +
+
-
- #{{ posto._key }} -

{{ posto.texto }}

-
- -
{% endfor %}