diff --git a/accounting/views.py b/accounting/views.py index 2fde130..ac9ebe3 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -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.")