Add permissions field when viewing user details
About damn time I'm sure...
This commit is contained in:
parent
a70c9d3360
commit
a6438e4bb5
5 changed files with 74 additions and 58 deletions
|
@ -1,6 +1,11 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/master/view.mako" />
|
||||
|
||||
<%def name="head_tags()">
|
||||
${parent.head_tags()}
|
||||
${h.stylesheet_link(request.static_url('tailbone:static/css/perms.css'))}
|
||||
</%def>
|
||||
|
||||
<%def name="context_menu_items()">
|
||||
${parent.context_menu_items()}
|
||||
% if version_count is not Undefined and request.has_perm('user.versions.view'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue