# HG changeset patch # User Andrew Shadura # Date 2015-01-07 16:03:59 # Node ID b5d899e51ffe1bd56f5766a963e65ca28111a140 # Parent 0c8efa0c45a11fe1a077c492f76f4e206a670285 auth: move the Save button down to the bottom of the page diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html +++ b/kallithea/templates/admin/auth/auth_settings.html @@ -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()}