From d83ccb48ec2fdcee462f975b929331396819c5a3 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:19:01 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index 6bea441..806a32a 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 %} +