From 1fef23b5a43b32af41e85e70d1d6d1d4e52b3718 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:23:01 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/i-posts.html b/templates/i-posts.html index 8bbc939..8fbf804 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -2,7 +2,11 @@ {% for posto in postos %}
+ {% if posto.root_post %}
+ {% else %} +
+ {% endif %}
#{{ posto._key }}

{{ posto.texto }}