From 1ad5c0c38c602f9661d09ed2067ef772d2ab3776 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 20 Mar 2025 16:28:38 +0100 Subject: [PATCH] improve the cta offering buttons on the service detail page --- .../templates/services/service_detail.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/hub/services/templates/services/service_detail.html b/hub/services/templates/services/service_detail.html index 88c039d..2d30bd1 100644 --- a/hub/services/templates/services/service_detail.html +++ b/hub/services/templates/services/service_detail.html @@ -142,11 +142,15 @@ {% if service.offerings.exists %}

Get it on

Choose one of our trusted service providers

- {% for offering in service.offerings.all %} -

{{ offering.cloud_provider.name }}

- {% endfor %} +
+ {% for offering in service.offerings.all %} + {% if not offering.cloud_provider.disable_listing %} + {{ offering.cloud_provider.name }} + {% endif %} + {% endfor %} +
{% else %}

Contact Us About This Service