I am working on an ecomerece site, In django template i want to render value with float value 2 like that
{{product.tax_price|floatformat:2}}
it return correct value when language in english as soon as i change into arabic it render value
like 120,00 instead of 120.00.
can you please specify the issue i am having thanks in advance
I have try syntax describe in django formating documentation
{{ product.tax_price|floatformat:"3u" }}
New contributor
Sohaib Ahmad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.