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