Added documentation to the account form view in the accounting application.
This commit is contained in:
parent
6e64918cd9
commit
a21825fb4b
@ -983,6 +983,7 @@ class AccountView(DetailView):
|
|||||||
|
|
||||||
@method_decorator(login_required, name="dispatch")
|
@method_decorator(login_required, name="dispatch")
|
||||||
class AccountFormView(FormView):
|
class AccountFormView(FormView):
|
||||||
|
"""The account form."""
|
||||||
model = Account
|
model = Account
|
||||||
form = AccountForm
|
form = AccountForm
|
||||||
not_modified_message = gettext_noop("This account was not modified.")
|
not_modified_message = gettext_noop("This account was not modified.")
|
||||||
|
Loading…
Reference in New Issue
Block a user