This commit is contained in:
parent
d83ccb48ec
commit
a4c1a4cb7b
@ -1,5 +1,6 @@
|
|||||||
{% if postos | length > 0 %}
|
{% if postos | length > 0 %}
|
||||||
{% for posto in postos %}
|
{% for posto in postos %}
|
||||||
|
<div class="row">
|
||||||
{% if posto.root_post %}
|
{% if posto.root_post %}
|
||||||
<div class="card deep-orange accent-4 darken-1">
|
<div class="card deep-orange accent-4 darken-1">
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -37,5 +38,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user