check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-14 13:16:32 +10:00
parent db9279ea2a
commit d4bcfa7b8f

View File

@ -1,5 +1,4 @@
{% if postos | length > 0 %}
<div class="row" >
{% for posto in postos %}
<div class="row" id="post-{{ posto._key }}">
{% if posto.root_post %}
@ -39,5 +38,4 @@
</div>
</div>
{% endfor %}
</div>
{% endif %}