From cbb5a4a1cb48413c19c52164357be58611990f2a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 7 May 2025 09:32:06 +0200 Subject: [PATCH] add more prominent cta to service detail --- .../templates/services/offering_detail.html | 2 +- .../templates/services/service_detail.html | 42 ++++++++++++------- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/hub/services/templates/services/offering_detail.html b/hub/services/templates/services/offering_detail.html index a7c34cc..6951f75 100644 --- a/hub/services/templates/services/offering_detail.html +++ b/hub/services/templates/services/offering_detail.html @@ -143,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 6de1e86..ac7f104 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,7 +147,7 @@ {% endif %} -
+
{% if service.offerings.exists %}

Get it on