threads almost normal
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2024-02-02 18:59:34 +10:00
parent 17fc89ebbd
commit 315e6f8142
5 changed files with 62 additions and 41 deletions

View File

@@ -15,18 +15,6 @@
</div>
</div>
</div>
<div class="col s4 ">
<div class="card">
<div class="card-content">
{% if boards | length > 0 %}
<p>Доски:</p>
{% for board in boards %}
<p><a href="/{{board}}" class="lime-text red collection-item" style="padding: 2px 2px;">{{board}}</a></p>
{% endfor %}
{% endif %}
</div>
</div>
</div>
</div>
</div>
{% endblock content %}