diff --git a/hub/services/templates/services/provider_detail.html b/hub/services/templates/services/provider_detail.html index 8aaf545..44dcb1d 100644 --- a/hub/services/templates/services/provider_detail.html +++ b/hub/services/templates/services/provider_detail.html @@ -32,26 +32,27 @@

Available Services

-

The following services are available on {{ provider.name }}

+

The following services are available on {{ provider.name }} through Servala

- {% for service in services %} + {% for offering in provider.offerings.all %}
- - {% if service.logo %} - - {{ service.name }} logo + {{ offering.service.name }} logo {% endif %}
- {{ service.description|safe|truncatewords_html:30 }} + {{ offering.description|safe|truncatewords_html:30 }}