From 34fb682de1077b8a1cdabd6f8e20ec8b94a670be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 5 Aug 2020 09:20:13 +0800 Subject: [PATCH] Added an addition blank line before the account_options() view in the accounting application. --- accounting/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/accounting/views.py b/accounting/views.py index 1acda09..6fbec54 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -955,6 +955,7 @@ def txn_delete(request, txn): message = gettext_noop("This transaction was deleted successfully.") return success_redirect(request, url, message) + @require_GET @login_required def account_options(request):