Fix missing view user instances

This commit is contained in:
2012-07-06 20:10:01 +01:00
parent 9dff342d0e
commit 11c1ca17b4
3 changed files with 4 additions and 4 deletions

View File

@@ -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):