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