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 %}