mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-09 18:53:44 +02:00
10 lines
276 B
HTML
10 lines
276 B
HTML
{% load decimal %}
|
|
{% load currency_display %}
|
|
{% load formats %}
|
|
<input class="form-control form-control-lg mb-3"
|
|
type="text"
|
|
value="{{ converted_amount|localize_number:decimal_places|default:'-' }}"
|
|
name="to_value"
|
|
id="to_value"
|
|
disabled>
|