description 6 added to a product
This commit is contained in:
parent
e53f8184b0
commit
748bbfddef
3 changed files with 23 additions and 3 deletions
|
|
@ -120,6 +120,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% if this.description5 %}
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12">
|
||||
{{ this.description5 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-4">
|
||||
|
|
@ -160,11 +170,11 @@
|
|||
<hr/>
|
||||
|
||||
|
||||
{% if this.description5 %}
|
||||
{% if this.description6 %}
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12">
|
||||
{{ this.description5 }}
|
||||
{{ this.description6 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue