From ae2217e760bdcdb7230ea50e5aeef1042fe17f9e Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 28 Dec 2024 00:55:39 -0300 Subject: [PATCH] feat(tools:currency-converter): add a button to invert the selected currencies --- .../currency_converter/currency_converter.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/templates/mini_tools/currency_converter/currency_converter.html b/app/templates/mini_tools/currency_converter/currency_converter.html index 6f0dcf0..8918801 100644 --- a/app/templates/mini_tools/currency_converter/currency_converter.html +++ b/app/templates/mini_tools/currency_converter/currency_converter.html @@ -42,5 +42,19 @@
{{ form.to_currency|as_crispy_field }}
+
+
+ {% trans 'Invert' %} +
+
{% endblock %}