##// END OF EJS Templates
encryption: unified and rewrote encryption modules to be consistent no matter what algo is used....
encryption: unified and rewrote encryption modules to be consistent no matter what algo is used. - few python3 fixes as well

File last commit:

r2065:adc2d1ca default
r4995:676da06b default
Show More
my_account_perms.mako
5 lines | 185 B | application/x-mako | MakoHtmlLexer
## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.mako"/>
${p.perms_summary(c.perm_user.permissions_full_details, actions=False)}
</div>