Merge branch 'release/2.0.6'

This commit is contained in:
Nathan Chapman 2022-11-06 10:57:16 -07:00
commit c28c309b04
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
<h3>{{ product.name }}</h3> <h3>{{ product.name }}</h3>
<h5>{{ product.subtitle }}</h5> <h5>{{ product.subtitle }}</h5>
<p>{{product.description|truncatewords:20}}</p> <p>{{product.description|truncatewords:20}}</p>
<p>$<strong>{{product.variants.first.price}}</strong></p>
</div> </div>
</a> </a>
{% endfor %} {% endfor %}

View File

@ -28,7 +28,6 @@
<h3>{{ product.name }}</h3> <h3>{{ product.name }}</h3>
<h5>{{ product.subtitle }}</h5> <h5>{{ product.subtitle }}</h5>
<p>{{product.description|truncatewords:20}}</p> <p>{{product.description|truncatewords:20}}</p>
<p>$<strong>{{product.variants.first.price}}</strong></p>
</div> </div>
</a> </a>
{% endfor %} {% endfor %}