# HG changeset patch # User domruf # Date 1505161172 -7200 # Node ID 1433199fb0f55edb56ddb3cf5763137ff1367a70 # Parent 7e22d42320cd3c1448a16d4fb4044bd95b89ac5d templates: use consistent form-group/buttons pattern for buttons in centered panels diff -r 7e22d42320cd -r 1433199fb0f5 kallithea/templates/login.html --- a/kallithea/templates/login.html Mon Sep 11 21:45:33 2017 +0200 +++ b/kallithea/templates/login.html Mon Sep 11 22:19:32 2017 +0200 @@ -42,15 +42,20 @@ - ${h.end_form()} diff -r 7e22d42320cd -r 1433199fb0f5 kallithea/templates/password_reset.html --- a/kallithea/templates/password_reset.html Mon Sep 11 21:45:33 2017 +0200 +++ b/kallithea/templates/password_reset.html Mon Sep 11 22:19:32 2017 +0200 @@ -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 -r 7e22d42320cd -r 1433199fb0f5 kallithea/templates/password_reset_confirmation.html --- a/kallithea/templates/password_reset_confirmation.html Mon Sep 11 21:45:33 2017 +0200 +++ b/kallithea/templates/password_reset_confirmation.html Mon Sep 11 22:19:32 2017 +0200 @@ -45,9 +45,7 @@
-
- ${h.submit('send',_('Confirm'),class_="btn btn-default")} -
+ ${h.submit('send',_('Confirm'),class_="btn btn-default")}
diff -r 7e22d42320cd -r 1433199fb0f5 kallithea/templates/register.html --- a/kallithea/templates/register.html Mon Sep 11 21:45:33 2017 +0200 +++ b/kallithea/templates/register.html Mon Sep 11 22:19:32 2017 +0200 @@ -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.')}