From e31119a19d92b5670d62bcb93060d104721db47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 28 Jul 2020 03:25:05 +0800 Subject: [PATCH] Fixed the action URL for existing transactions in the transfer transaction form in the accounting application. --- accounting/templates/accounting/transactions/transfer/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/templates/accounting/transactions/transfer/form.html b/accounting/templates/accounting/transactions/transfer/form.html index 25bc854..33b3421 100644 --- a/accounting/templates/accounting/transactions/transfer/form.html +++ b/accounting/templates/accounting/transactions/transfer/form.html @@ -39,7 +39,7 @@ First written: 2020/7/23 -
+ {% csrf_token %} {# TODO: To be done #}