diff --git a/accounting/templates/accounting/transactions/expense/form.html b/accounting/templates/accounting/transactions/expense/form.html index 15e973f..cdec1a4 100644 --- a/accounting/templates/accounting/transactions/expense/form.html +++ b/accounting/templates/accounting/transactions/expense/form.html @@ -71,7 +71,7 @@ First written: 2020/7/23 {% str_format "debit-{}-account" forloop.counter as field %} {% if x.account is not None %} - + {% else %} {% endif %} diff --git a/accounting/templates/accounting/transactions/transfer/form.html b/accounting/templates/accounting/transactions/transfer/form.html index 209e9cf..23ff1e8 100644 --- a/accounting/templates/accounting/transactions/transfer/form.html +++ b/accounting/templates/accounting/transactions/transfer/form.html @@ -77,7 +77,7 @@ First written: 2020/7/23 {% str_format "debit-{}-account" forloop.counter as field %} {% if x.account is not None %} - + {% else %} {% endif %}