diff --git a/rhodecode/templates/register.html b/rhodecode/templates/register.html --- a/rhodecode/templates/register.html +++ b/rhodecode/templates/register.html @@ -4,18 +4,18 @@ ${_('Sign Up')} - ${c.rhodecode_name} - + - +
-
${_('Sign Up to RhodeCode')}
+
${_('Sign Up to')} ${c.rhodecode_name}
${h.form(url('register'))} @@ -78,7 +78,7 @@
- ${h.submit('sign_up','Sign Up',class_="ui-button ui-widget ui-state-default ui-corner-all")} + ${h.submit('sign_up','Sign Up',class_="ui-button")} %if c.auto_active:
${_('Your account will be activated right after registration')}
%else: