From 50dc79d865aceb776d73b4db38e536688fcab909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 12 Mar 2023 16:50:23 +0800 Subject: [PATCH] Added the missing is-invalid class on errors to the currency field in the currency sub-forms of the transaction form. --- .../transaction/expense/include/form-currency-item.html | 2 +- .../transaction/income/include/form-currency-item.html | 2 +- .../transaction/transfer/include/form-currency-item.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/accounting/templates/accounting/transaction/expense/include/form-currency-item.html b/src/accounting/templates/accounting/transaction/expense/include/form-currency-item.html index 493202a..15901cc 100644 --- a/src/accounting/templates/accounting/transaction/expense/include/form-currency-item.html +++ b/src/accounting/templates/accounting/transaction/expense/include/form-currency-item.html @@ -24,7 +24,7 @@ First written: 2023/2/25
- {% for currency in accounting_currency_options() %} {% endfor %} diff --git a/src/accounting/templates/accounting/transaction/income/include/form-currency-item.html b/src/accounting/templates/accounting/transaction/income/include/form-currency-item.html index 8967ec0..e8f3f78 100644 --- a/src/accounting/templates/accounting/transaction/income/include/form-currency-item.html +++ b/src/accounting/templates/accounting/transaction/income/include/form-currency-item.html @@ -24,7 +24,7 @@ First written: 2023/2/25
- {% for currency in accounting_currency_options() %} {% endfor %} diff --git a/src/accounting/templates/accounting/transaction/transfer/include/form-currency-item.html b/src/accounting/templates/accounting/transaction/transfer/include/form-currency-item.html index d1dc67d..27709c8 100644 --- a/src/accounting/templates/accounting/transaction/transfer/include/form-currency-item.html +++ b/src/accounting/templates/accounting/transaction/transfer/include/form-currency-item.html @@ -24,7 +24,7 @@ First written: 2023/2/25
- {% for currency in accounting_currency_options() %} {% endfor %}