Add support for user events
This commit is contained in:
parent
8df12a1774
commit
82d5bcc0ed
2 changed files with 5 additions and 1 deletions
|
@ -22,3 +22,4 @@ class UsersView(base.UsersView):
|
|||
|
||||
def includeme(config):
|
||||
UsersView.defaults(config)
|
||||
base.UserEventsView.defaults(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue