mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-22 17:39:25 +01:00
10 lines
284 B
HTML
10 lines
284 B
HTML
{% load decimal %}
|
|
{% load currency_display %}
|
|
{% load formats %}
|
|
<input class="input input-bordered input-lg w-full mb-3"
|
|
type="text"
|
|
value="{{ converted_amount|localize_number:decimal_places|default:'-' }}"
|
|
name="to_value"
|
|
id="to_value"
|
|
disabled>
|