##// END OF EJS Templates
integrations: rewrote usage of pylons components inside integrations....
integrations: rewrote usage of pylons components inside integrations. - added better auth decorators as used in other parts of the app - fixed tests - refactored the code to match other parts better (repo_route/repo_group_route)

File last commit:

r1941:be441b36 default
r1990:32399c6a default
Show More
permissions_global.mako
10 lines | 385 B | application/x-mako | MakoHtmlLexer
${h.secure_form(h.route_path('admin_permissions_global_update'), method='POST', request=request)}
<div class="form permissions-global">
<!-- fields -->
<div class="fields">
<%namespace name="dpb" file="/base/default_perms_box.mako"/>
${dpb.default_perms_radios(global_permissions_template = True)}
</div>
</div>
${h.end_form()}