October feature list #226

Merged
tobru merged 36 commits from october into main 2025-10-22 13:43:34 +00:00
Showing only changes of commit d8ceaf4b1b - Show all commits

View file

@ -20,6 +20,7 @@
{% for service in services %}
<div class="col-12 col-md-6 col-lg-3">{% include "includes/service_card.html" %}</div>
{% empty %}
<div class="col-12">
<div class="card">
<div class="card-body">
<div class="card-content">
@ -27,6 +28,7 @@
</div>
</div>
</div>
</div>
{% endfor %}
</div>
{% if deactivated_services %}