diff --git a/rhodecode/templates/register.html b/rhodecode/templates/register.html --- a/rhodecode/templates/register.html +++ b/rhodecode/templates/register.html @@ -7,31 +7,31 @@
-
-
${_('Sign Up to')} ${c.rhodecode_name}
-
-
- ${h.form(url('register'))} -
- -
-
-
- -
-
- ${h.text('username',class_="medium")} -
-
+
+
${_('Sign Up to')} ${c.rhodecode_name}
+
+
+ ${h.form(url('register'))} +
+ +
+
+
+ +
+
+ ${h.text('username',class_="medium")} +
+
-
-
- -
-
- ${h.password('password',class_="medium")} -
-
+
+
+ +
+
+ ${h.password('password',class_="medium")} +
+
@@ -42,50 +42,50 @@
-
-
- -
-
- ${h.text('firstname',class_="medium")} -
-
+
+
+ +
+
+ ${h.text('firstname',class_="medium")} +
+
-
-
- -
-
- ${h.text('lastname',class_="medium")} -
-
+
+
+ +
+
+ ${h.text('lastname',class_="medium")} +
+
-
-
- -
-
- ${h.text('email',class_="medium")} -
-
+
+
+ +
+
+ ${h.text('email',class_="medium")} +
+
-
-
- ${h.submit('sign_up',_('Sign Up'),class_="ui-btn large")} - %if c.auto_active: -
${_('Your account will be activated right after registration')}
- %else: -
${_('Your account must wait for activation by administrator')}
- %endif -
-
-
-
- ${h.end_form()} +
+
+ ${h.submit('sign_up',_('Sign Up'),class_="ui-btn large")} + %if c.auto_active: +
${_('Your account will be activated right after registration')}
+ %else: +
${_('Your account must wait for activation by administrator')}
+ %endif +
+
+
+
+ ${h.end_form()} -
+