Added an addition blank line before the account_options() view in the accounting application.
This commit is contained in:
parent
c765d8ec86
commit
34fb682de1
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user