##// END OF EJS Templates
tests: lazy load the JSON history for tests....
tests: lazy load the JSON history for tests. - loading on module level makes this evaluated every time we start the server.

File last commit:

r1910:45702bf2 default
r1932:6605b41c default
Show More
permissions_global.mako
10 lines | 354 B | application/x-mako | MakoHtmlLexer
${h.secure_form(h.url('admin_permissions_global'), method='post')}
<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()}