mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Lint
This commit is contained in:
parent
166135a236
commit
5cf18eb599
1 changed files with 2 additions and 1 deletions
|
@ -786,7 +786,8 @@ class DomainAddUserView(DomainFormBaseView):
|
|||
|
||||
return redirect(self.get_success_url())
|
||||
|
||||
# The order of the superclasses matters here. BaseDeleteView has a bug where the
|
||||
|
||||
# The order of the superclasses matters here. BaseDeleteView has a bug where the
|
||||
# "form_valid" function does not call super, so it cannot use SuccessMessageMixin.
|
||||
# The workaround is to use SuccessMessageMixin first.
|
||||
class DomainInvitationDeleteView(SuccessMessageMixin, DomainInvitationPermissionDeleteView):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue