Added documentation to the account form view in the accounting application.

This commit is contained in:
依瑪貓 2020-08-14 07:35:36 +08:00
parent 6e64918cd9
commit a21825fb4b

View File

@ -983,6 +983,7 @@ class AccountView(DetailView):
@method_decorator(login_required, name="dispatch")
class AccountFormView(FormView):
"""The account form."""
model = Account
form = AccountForm
not_modified_message = gettext_noop("This account was not modified.")