Aevann 2023-07-30 07:30:24 +03:00
parent 947ce1be24
commit abf6926a46
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<td class="shop-table-icon"><i class="{{a['icon']}} {{a['color']}}" style="font-size: 30px"></i></td>
<td class="shop-table-title">{{a['title']}}</td>
{% if a['baseprice'] != price %}
<td class="shop-table-price">
<td data-sort-key="{{price}}" class="shop-table-price">
<span class="discounted-price">{{a['baseprice']}}</span> <em class="text-success">{{price}}</em>
</td>
{% else %}