From f0ff983fc86e1bb331eb61c25b28d6003f5aecb6 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:14:27 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index 42a41f5..d753803 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,11 +1,11 @@ {% if postos | length > 0 %}
{% for posto in postos %} - {% if posto.root_post %} -
- {% else %} -
- {% endif %} + {% if posto.root_post %} +
+ {% else %} +
+ {% endif %}