mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix missing view user instances
This commit is contained in:
@@ -385,7 +385,7 @@ class HrBlacklistUser(FormView):
|
||||
|
||||
update_user_access.delay(user=self.blacklist_user.id)
|
||||
|
||||
return HttpResponseRedirect(reverse('sso.views.user_view', args=[self.blacklist_user.username]))
|
||||
return HttpResponseRedirect(reverse('sso-viewuser', args=[self.blacklist_user.username]))
|
||||
|
||||
|
||||
class HrBlacklistList(ListView):
|
||||
|
||||
Reference in New Issue
Block a user