diff --git a/hub/services/templates/services/offering_detail.html b/hub/services/templates/services/offering_detail.html index a7c34cc..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 %} @@ -143,7 +153,7 @@ {% endif %} - {% if offering.plans.all %} + {% if offering.plans.all %}

Available Plans

diff --git a/hub/services/templates/services/service_detail.html b/hub/services/templates/services/service_detail.html index 6de1e86..ca73351 100644 --- a/hub/services/templates/services/service_detail.html +++ b/hub/services/templates/services/service_detail.html @@ -100,22 +100,32 @@
-
-
-

{{ service.name }}

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

{{ service.name }}

+
+
+ {% for category in service.categories.all %} + + {% endfor %} +
+ {% if service.tagline %} +
+

+ "{{ service.tagline }}" +

+
+ {% endif %} +
+ +
- {% if service.tagline %} -
-

- "{{ service.tagline }}" -

-
- {% endif %}
@@ -137,20 +147,39 @@ {% endif %} -
+
{% if service.offerings.exists %} -

Get it on

-

Choose one of our trusted service providers

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

Get it on

+

Choose one of our trusted service providers

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

Contact Us About This Service