Revised the documentation of the AccountFormView of the accounting application.
This commit is contained in:
parent
190d9e51e0
commit
de924efda0
@ -983,7 +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."""
|
"""The form to create or update an account."""
|
||||||
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