mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-06 07:15:24 -06:00
latestAds currency format edited
This commit is contained in:
parent
0dd3934aeb
commit
381d010638
@ -36,7 +36,7 @@
|
||||
<div class="card-body">
|
||||
{% if setting_value('visiosoft.theme.base::price_fields') %}
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<b>{{ latestAd.price }} {{ latestAd.currency }}</b>
|
||||
<b>{{ currency_format(latestAd.price, latestAd.currency) }}</b>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="d-flex justify-content-between align-items-center text-truncate">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user