diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -30,13 +30,15 @@
${_('Dashboard')}
- %if h.HasPermissionAny('hg.admin','hg.create.repository')(): - - %endif + %if c.rhodecode_user.username != 'default': + %if h.HasPermissionAny('hg.admin','hg.create.repository')(): + + %endif + %endif