Fixed missing table in RolesView
This commit is contained in:
parent
7b638d3efb
commit
d2f8fcd56a
|
@ -402,7 +402,7 @@ class PeopleRolDeleteView(PeopleView):
|
||||||
return redirect('idhub:admin_people_edit', user.id)
|
return redirect('idhub:admin_people_edit', user.id)
|
||||||
|
|
||||||
|
|
||||||
class RolesView(AccessControl):
|
class RolesView(AccessControl, SingleTableView):
|
||||||
template_name = "idhub/admin/roles.html"
|
template_name = "idhub/admin/roles.html"
|
||||||
subtitle = _('Manage roles')
|
subtitle = _('Manage roles')
|
||||||
icon = ''
|
icon = ''
|
||||||
|
|
Loading…
Reference in New Issue