diff --git a/hub/services/templates/services/offering_detail.html b/hub/services/templates/services/offering_detail.html index 6951f75..5d71aa8 100644 --- a/hub/services/templates/services/offering_detail.html +++ b/hub/services/templates/services/offering_detail.html @@ -96,23 +96,33 @@
-
-
-

Managed {{ offering.service.name }}

-
-
- {% for category in offering.service.categories.all %} - - {% endfor %} - - +
+
+
+
+

Managed {{ offering.service.name }}

+
+
+ {% for category in offering.service.categories.all %} + + {% endfor %} + + +
+ + {% if offering.short_description %} +
+ {{ offering.short_description|safe }} +
+ {% endif %} +
+ +
- - {% if offering.short_description %} -
- {{ offering.short_description|safe }} -
- {% endif %}
{% if offering.service.description %} diff --git a/hub/services/templates/services/service_detail.html b/hub/services/templates/services/service_detail.html index 2672e32..ca73351 100644 --- a/hub/services/templates/services/service_detail.html +++ b/hub/services/templates/services/service_detail.html @@ -156,7 +156,7 @@ {% for offering in service.offerings.all %} {% if not offering.cloud_provider.disable_listing %}
-