diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -42,15 +42,20 @@ - ${h.end_form()} diff --git a/kallithea/templates/password_reset.html b/kallithea/templates/password_reset.html --- a/kallithea/templates/password_reset.html +++ b/kallithea/templates/password_reset.html @@ -34,9 +34,9 @@ %endif -
-
- ${h.submit('send',_('Send Password Reset Email'),class_="btn btn-default")} +
+
+ ${h.submit('send',_('Send Password Reset Email'),class_="btn btn-default")}
diff --git a/kallithea/templates/password_reset_confirmation.html b/kallithea/templates/password_reset_confirmation.html --- a/kallithea/templates/password_reset_confirmation.html +++ b/kallithea/templates/password_reset_confirmation.html @@ -45,9 +45,7 @@
-
- ${h.submit('send',_('Confirm'),class_="btn btn-default")} -
+ ${h.submit('send',_('Confirm'),class_="btn btn-default")}
diff --git a/kallithea/templates/register.html b/kallithea/templates/register.html --- a/kallithea/templates/register.html +++ b/kallithea/templates/register.html @@ -70,8 +70,8 @@
%endif -
-
+
+
${h.submit('sign_up',_('Sign Up'),class_="btn btn-default")} %if c.auto_active:
${_('Registered accounts are ready to use and need no further action.')}