only display offering when there is a description

This commit is contained in:
Tobias Brunner 2025-03-07 15:21:09 +01:00
parent d87929f6b4
commit 0c83c0cfe8
No known key found for this signature in database

View file

@ -114,8 +114,8 @@
{% endif %} {% endif %}
</div> </div>
<!-- Service Description -->
{% if offering.service.description %} {% if offering.service.description %}
<!-- Service Overview -->
<div> <div>
<h3 class="fs-24 fw-semibold lh-1 mb-12">Service Overview</h3> <h3 class="fs-24 fw-semibold lh-1 mb-12">Service Overview</h3>
<div class="fs-19 text-gray-500"> <div class="fs-19 text-gray-500">
@ -124,6 +124,7 @@
</div> </div>
{% endif %} {% endif %}
{% if offering.offer_description or offering.description %}
<!-- Offering Description --> <!-- Offering Description -->
<div class="pt-40 pt-lg-34"> <div class="pt-40 pt-lg-34">
<h3 class="fs-24 fw-semibold lh-1 mb-12">Offering</h3> <h3 class="fs-24 fw-semibold lh-1 mb-12">Offering</h3>
@ -138,6 +139,7 @@
</div> </div>
{% endif %} {% endif %}
</div> </div>
{% endif %}
<!-- Plans --> <!-- Plans -->
<div class="pt-24" id="plans" style="scroll-margin-top: 100px;"> <div class="pt-24" id="plans" style="scroll-margin-top: 100px;">