diff --git a/templates/i-posts.html b/templates/i-posts.html index bbbfda9..42a41f5 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 %} -
+
+ {% for posto in postos %} + {% if posto.root_post %} +
+ {% else %} +
+ {% endif %}