mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#2399 e-madencilik ads bug
This commit is contained in:
parent
65f7c7a78c
commit
96d9176e0f
@ -1,7 +1,7 @@
|
||||
<div class="slider-text">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 offered-field offered-row">
|
||||
{% set standardPrice = adv.standard_price.value %}
|
||||
{% if standardPrice %}
|
||||
{% if standardPrice and standardPrice > 0 %}
|
||||
<div class="d-flex flex-wrap align-items-center">
|
||||
<h3 class="ad-price-standard mr-3 text-truncate">
|
||||
<b>{{ adv.standard_price.currency(null,'currency') }}</b>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user