Show More
@@ -21,7 +21,7 b'' | |||
|
21 | 21 | <div class="title"> |
|
22 | 22 | ${self.breadcrumbs()} |
|
23 | 23 | <ul class="links"> |
|
24 | %if h.HasPermissionAny('hg.usergroup.create.true')(): | |
|
24 | %if h.HasPermissionAny('hg.admin', 'hg.usergroup.create.true')(): | |
|
25 | 25 | <li> |
|
26 | 26 | <span>${h.link_to(_(u'Add new user group'),h.url('new_users_group'))}</span> |
|
27 | 27 | </li> |
General Comments 0
You need to be logged in to leave comments.
Login now