From 4a63a01e1108bf18bd11e853737f6a7816ad22c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 6 Aug 2020 16:02:18 +0800 Subject: [PATCH] Removed the now-unused l10n_messages hidden variable and the corresponding TODO from the transaction forms in the accounting application. --- accounting/templates/accounting/transactions/expense/form.html | 2 -- accounting/templates/accounting/transactions/income/form.html | 2 -- accounting/templates/accounting/transactions/transfer/form.html | 2 -- 3 files changed, 6 deletions(-) diff --git a/accounting/templates/accounting/transactions/expense/form.html b/accounting/templates/accounting/transactions/expense/form.html index a1d0ca6..146e190 100644 --- a/accounting/templates/accounting/transactions/expense/form.html +++ b/accounting/templates/accounting/transactions/expense/form.html @@ -45,8 +45,6 @@ First written: 2020/7/23 -{# TODO: To be done #} - diff --git a/accounting/templates/accounting/transactions/income/form.html b/accounting/templates/accounting/transactions/income/form.html index a9cab9d..5f2fc6d 100644 --- a/accounting/templates/accounting/transactions/income/form.html +++ b/accounting/templates/accounting/transactions/income/form.html @@ -45,8 +45,6 @@ First written: 2020/7/23 -{# TODO: To be done #} - diff --git a/accounting/templates/accounting/transactions/transfer/form.html b/accounting/templates/accounting/transactions/transfer/form.html index 9a4e3fe..fc8aa7f 100644 --- a/accounting/templates/accounting/transactions/transfer/form.html +++ b/accounting/templates/accounting/transactions/transfer/form.html @@ -45,8 +45,6 @@ First written: 2020/7/23 -{# TODO: To be done #} -