diff --git a/rhodecode/templates/admin/users/user_edit_my_account.html b/rhodecode/templates/admin/users/user_edit_my_account.html --- a/rhodecode/templates/admin/users/user_edit_my_account.html +++ b/rhodecode/templates/admin/users/user_edit_my_account.html @@ -99,7 +99,14 @@
${_('My repositories')} -
+ + %if h.HasPermissionAny('hg.admin','hg.create.repository')(): + + %endif