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 @@ -154,7 +154,7 @@ %if c.db_repo.locked[0]:
  • ${_('Unlock')}
  • %else: -
  • ${_('Lock')}
  • +
  • ${_('Lock')}
  • %endif %endif ## TODO: this check feels wrong, it would be better to have a check for permissions