# HG changeset patch # User Andrew Shadura # Date 1420643039 -3600 # Node ID b5d899e51ffe1bd56f5766a963e65ca28111a140 # Parent 0c8efa0c45a11fe1a077c492f76f4e206a670285 auth: move the Save button down to the bottom of the page diff -r 0c8efa0c45a1 -r b5d899e51ffe kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html Wed Jan 07 13:37:28 2015 +0100 +++ b/kallithea/templates/admin/auth/auth_settings.html Wed Jan 07 16:03:59 2015 +0100 @@ -47,9 +47,6 @@ -
- ${h.submit('save',_('Save'),class_="btn")} -
%for cnt, module in enumerate(c.auth_plugins): @@ -102,6 +99,11 @@ %endfor %endfor +
+
+ ${h.submit('save',_('Save'),class_="btn")} +
+
${h.end_form()}