correct ordering of services in provider

This commit is contained in:
Tobias Brunner 2025-03-17 09:18:54 +01:00
parent 9ce96674c0
commit 5bad139d03
No known key found for this signature in database
3 changed files with 28 additions and 3 deletions

View file

@ -145,7 +145,7 @@
<div class="pt-40">
<h3 class="fs-24 fw-semibold lh-1 mb-12" id="services" style="scroll-margin-top: 100px;">Available Services</h3>
<div class="row">
{% for offering in provider.offerings.all %}
{% for offering in ordered_offerings %}
<div class="col-12 col-md-6 mb-30">
<div class="card h-100 d-flex flex-column">
{% if offering.service.logo or offering.service.is_featured %}