Files @ dacdea9fda2a
Branch filter:

Location: kallithea/kallithea/templates/admin/permissions/permissions_perms.html

Na'Tosha Bard
Correct capitalization and improved English text in the UI
1
2
3
4
5
<h4>${_('Default User Permissions Overview')}</h4>

## permissions overview
<%namespace name="p" file="/base/perms_summary.html"/>
${p.perms_summary(c.perm_user.permissions, show_all=True)}