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 %}
|
{% 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;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue