diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html --- a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html +++ b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html @@ -90,7 +90,7 @@ ${h.form(url('edit_repo_group_perms', gr '""") %> ## ADD HERE DYNAMICALLY NEW INPUTS FROM THE '_tmpl' - + diff --git a/kallithea/templates/admin/repos/repo_edit_permissions.html b/kallithea/templates/admin/repos/repo_edit_permissions.html --- a/kallithea/templates/admin/repos/repo_edit_permissions.html +++ b/kallithea/templates/admin/repos/repo_edit_permissions.html @@ -87,7 +87,7 @@ ${h.form(url('edit_repo_perms_update', r '""") %> ## ADD HERE DYNAMICALLY NEW INPUTS FROM THE '_tmpl' - + diff --git a/kallithea/templates/admin/settings/settings_system.html b/kallithea/templates/admin/settings/settings_system.html --- a/kallithea/templates/admin/settings/settings_system.html +++ b/kallithea/templates/admin/settings/settings_system.html @@ -24,6 +24,7 @@ + %for key, value in c.modules: diff --git a/kallithea/templates/admin/user_groups/user_group_edit_perms.html b/kallithea/templates/admin/user_groups/user_group_edit_perms.html --- a/kallithea/templates/admin/user_groups/user_group_edit_perms.html +++ b/kallithea/templates/admin/user_groups/user_group_edit_perms.html @@ -90,7 +90,7 @@ ${h.form(url('edit_user_group_perms_upda '""") %> ## ADD HERE DYNAMICALLY NEW INPUTS FROM THE '_tmpl' - + - + %if actions: %endif @@ -36,7 +36,7 @@ %for k in permissions[section]: - %if actions: @@ -89,7 +89,7 @@ %endif %endfor - + %endif
diff --git a/kallithea/templates/base/perms_summary.html b/kallithea/templates/base/perms_summary.html --- a/kallithea/templates/base/perms_summary.html +++ b/kallithea/templates/base/perms_summary.html @@ -27,7 +27,7 @@ %if section == 'global':
${_('Permission')}${_('Permission')}${_('Edit Permission')}
+ ${h.get_permission_name(k)}