Fix org kick
This commit is contained in:
parent
5c9acd0bf1
commit
e269a4d63f
1 changed files with 1 additions and 0 deletions
|
@ -643,6 +643,7 @@ class AddOrganizationMember(
|
|||
class KickUserWidgetView(
|
||||
LoginRequiredMixin, AdminOrganizationMixin, SingleObjectMixin, View
|
||||
):
|
||||
model = Organization
|
||||
def post(self, request, *args, **kwargs):
|
||||
organization = self.get_object()
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue