##// END OF EJS Templates
repositories: ported repo_creating checks to pyramid....
repositories: ported repo_creating checks to pyramid. - fixed security issues with resource discovery. - ported repository creating check into base view for repos.

File last commit:

r1941:be441b36 default
r1985:f5a73a5e 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()}