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

Managed {{ offering.service.name }}

-
-
- {% for category in offering.service.categories.all %} - - {% endfor %} - - -
- - {% if offering.short_description %} -
- {{ offering.short_description|safe }} -
- {% endif %} -
- - +
+
+

Managed {{ offering.service.name }}

+
+
+ {% for category in offering.service.categories.all %} + + {% endfor %} + +
+ + {% if offering.short_description %} +
+ {{ offering.short_description|safe }} +
+ {% endif %}
{% if offering.service.description %} @@ -153,7 +143,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 ca73351..6de1e86 100644 --- a/hub/services/templates/services/service_detail.html +++ b/hub/services/templates/services/service_detail.html @@ -100,32 +100,22 @@
-
-
-
-
-

{{ service.name }}

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

- "{{ service.tagline }}" -

-
- {% endif %} -
- - +
+
+

{{ service.name }}

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

+ "{{ service.tagline }}" +

+
+ {% endif %}
@@ -147,39 +137,20 @@ {% 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 %} - - {% 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 %} + {{ offering.cloud_provider.name }} + {% endif %} + {% endfor %} +
{% else %}

Contact Us About This Service