##// END OF EJS Templates
tests: Add some tests to check that events/extensions are triggered on hook execution....
tests: Add some tests to check that events/extensions are triggered on hook execution. This also includes tests to check that events/extensions are NOT triggered on requests to shadow repositories.

File last commit:

r1:854a839a default
r910:1b15cb87 default
Show More
permissions_global.html
10 lines | 352 B | text/html | HtmlLexer
${h.secure_form(url('admin_permissions_global'), method='post')}
<div class="form permissions-global">
<!-- fields -->
<div class="fields">
<%namespace name="dpb" file="/base/default_perms_box.html"/>
${dpb.default_perms_radios(global_permissions_template = True)}
</div>
</div>
${h.end_form()}