diff --git a/rhodecode/templates/register.html b/rhodecode/templates/register.html --- a/rhodecode/templates/register.html +++ b/rhodecode/templates/register.html @@ -4,9 +4,9 @@ <%def name="title()"> ${_('Sign Up')} - ${c.rhodecode_name} - +
- +
${_('Sign Up to')} ${c.rhodecode_name}
@@ -23,7 +23,7 @@ ${h.text('username',class_="medium")}
- +
@@ -32,7 +32,7 @@ ${h.password('password',class_="medium")}
- +
@@ -41,7 +41,7 @@ ${h.password('password_confirmation',class_="medium")}
- +
@@ -50,7 +50,7 @@ ${h.text('name',class_="medium")}
- +
@@ -59,7 +59,7 @@ ${h.text('lastname',class_="medium")}
- +
@@ -68,7 +68,7 @@ ${h.text('email',class_="medium")}
- +
${h.submit('sign_up',_('Sign Up'),class_="ui-button")} @@ -78,7 +78,7 @@
${_('Your account must wait for activation by administrator')}
%endif
-
+ ${h.end_form()} @@ -86,7 +86,6 @@ YUE.onDOMReady(function(){ YUD.get('username').focus(); }) - - + + -