##// END OF EJS Templates
pyramid: fix problem with default language for users without any explicit one set.
pyramid: fix problem with default language for users without any explicit one set.

File last commit:

r1910:45702bf2 default
r1919:4f4ecf65 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()}