diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -255,7 +255,7 @@
  • ${_('Create New Gist')}
  • ${_('All Public Gists')}
  • %if c.authuser.username != 'default': -
  • ${_('My Public Gists')}
  • +
  • ${_('My Public Gists')}
  • ${_('My Private Gists')}
  • %endif