only display offering when there is a description
This commit is contained in:
parent
d87929f6b4
commit
0c83c0cfe8
1 changed files with 3 additions and 1 deletions
|
@ -114,8 +114,8 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<!-- Service Description -->
|
||||
{% if offering.service.description %}
|
||||
<!-- Service Overview -->
|
||||
<div>
|
||||
<h3 class="fs-24 fw-semibold lh-1 mb-12">Service Overview</h3>
|
||||
<div class="fs-19 text-gray-500">
|
||||
|
@ -124,6 +124,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if offering.offer_description or offering.description %}
|
||||
<!-- Offering Description -->
|
||||
<div class="pt-40 pt-lg-34">
|
||||
<h3 class="fs-24 fw-semibold lh-1 mb-12">Offering</h3>
|
||||
|
@ -138,6 +139,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<!-- Plans -->
|
||||
<div class="pt-24" id="plans" style="scroll-margin-top: 100px;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue