diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -57,9 +57,9 @@ %endif %if c.rhodecode_user.username == 'default': -
  • ${h.link_to(u'Login',h.url('login_home'),id='quick_login_link')}
  • +
  • ${h.link_to(_(u'Login'),h.url('login_home'),id='quick_login_link')}
  • %else: -
  • ${h.link_to(u'Log Out',h.url('logout_home'))}
  • +
  • ${h.link_to(_(u'Log Out'),h.url('logout_home'))}
  • %endif @@ -368,4 +368,4 @@ %endif %endif - \ No newline at end of file +