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