mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
feat: add Currency Converter
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% load decimal %}
|
||||
{% load currency_display %}
|
||||
{% load formats %}
|
||||
<input class="form-control form-control-lg mb-3"
|
||||
type="text"
|
||||
value="{{ converted_amount|drop_trailing_zeros|localize_number|default:'-' }}"
|
||||
name="to_value"
|
||||
id="to_value"
|
||||
disabled>
|
||||
Reference in New Issue
Block a user