correct ordering of services in provider
This commit is contained in:
parent
9ce96674c0
commit
5bad139d03
3 changed files with 28 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue