better get it on experience on service detail page
This commit is contained in:
parent
2139df8a05
commit
8c7501d1af
1 changed files with 4 additions and 2 deletions
|
@ -133,9 +133,11 @@
|
|||
<a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-0 w-100 w-md-auto" href="{% url 'services:create_lead' service.slug %}"
|
||||
role="button">I'm interested in this service</a>
|
||||
{% elif service.offerings.exists %}
|
||||
<h3 class="fs-24 fw-semibold lh-1 mb-12">Get it on</h3>
|
||||
<p>Choose one of our trusted service providers</p>
|
||||
{% for offering in service.offerings.all %}
|
||||
<a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-0 w-100 w-md-auto" href="{% url 'services:offering_detail' offering.cloud_provider.slug offering.service.slug %}"
|
||||
role="button">Get it on {{ offering.cloud_provider.name }}</a>
|
||||
<p><a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-0 w-100 w-md-auto" href="{% url 'services:offering_detail' offering.cloud_provider.slug offering.service.slug %}"
|
||||
role="button">{{ offering.cloud_provider.name }}</a></p>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-0 w-100 w-md-auto" href="{% url 'services:create_lead' service.slug %}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue