From 974e1f52d6c9054f0d0138dd4991ab69f7d19418 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 19:59:56 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index fcfd693..109272e 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,7 +1,7 @@ -{% if posts | length > 0 %} - {% for post in posts %} +{% if postos | length > 0 %} + {% for posto in postos %}
- {{ post.texto }} + {{ posto.texto }}
{% endfor %} {% endif %} \ No newline at end of file