# HG changeset patch # User domruf # Date 2017-09-11 22:19:32 # Node ID 1433199fb0f55edb56ddb3cf5763137ff1367a70 # Parent 7e22d42320cd3c1448a16d4fb4044bd95b89ac5d templates: use consistent form-group/buttons pattern for buttons in centered panels 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.')}