Renamed the view txn_edit() to txn_form() in the accounting application.

This commit is contained in:
2020-08-09 12:19:11 +08:00
parent dcf895c22b
commit 1a6f36af0b
2 changed files with 3 additions and 3 deletions

View File

@ -817,7 +817,7 @@ class TransactionView(DetailView):
@require_GET
@login_required
def txn_edit(request, txn_type, txn=None):
def txn_form(request, txn_type, txn=None):
"""The view to edit an accounting transaction.
Args: