Revised the documentation of the AccountFormView of the accounting application.

This commit is contained in:
依瑪貓 2020-08-16 09:47:18 +08:00
parent 190d9e51e0
commit de924efda0

View File

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