add commas in shop

pull/228/head
Aevann 2024-06-21 20:08:16 +03:00
parent 79bd371169
commit 9e854fe70f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<td class="shop-table-title">{{a['title']}}</td>
{% if a['baseprice'] != price %}
<td data-sort="{{price}}" class="shop-table-price">
<span class="discounted-price">{{a['baseprice']}}</span> <em class="text-success">{{price}}</em>
<span class="discounted-price">{{a['baseprice']|commas}}</span> <em class="text-success">{{price|commas}}</em>
</td>
{% else %}
<td class="shop-table-price">{{price}}</td>