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