This commit is contained in:
parent
db9279ea2a
commit
d4bcfa7b8f
@ -1,5 +1,4 @@
|
|||||||
{% if postos | length > 0 %}
|
{% if postos | length > 0 %}
|
||||||
<div class="row" >
|
|
||||||
{% for posto in postos %}
|
{% for posto in postos %}
|
||||||
<div class="row" id="post-{{ posto._key }}">
|
<div class="row" id="post-{{ posto._key }}">
|
||||||
{% if posto.root_post %}
|
{% if posto.root_post %}
|
||||||
@ -39,5 +38,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user