feat: added prefetch related for product prices
This commit is contained in:
@@ -29,7 +29,9 @@
|
||||
<!-- </div>-->
|
||||
<div class="mt-4 flex gap-4">
|
||||
<p class="txt-2xl">
|
||||
{{ product.price.price_with_tax }}€
|
||||
{% with product.current_prices.0 as price %}
|
||||
{{ price.price_with_tax }} €
|
||||
{% endwith %}
|
||||
</p>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
|
||||
Reference in New Issue
Block a user