# HG changeset patch # User Marcin Kuzminski # Date 2011-06-03 22:57:23 # Node ID 5ae5aa6b7bed22848cd131ac1755a3ed4d19aa1e # Parent d5c7b21ff54a00eba46973ae518ae306ac3d8e20 fixed ldap active checkbox not saving it's state diff --git a/rhodecode/templates/admin/ldap/ldap.html b/rhodecode/templates/admin/ldap/ldap.html --- a/rhodecode/templates/admin/ldap/ldap.html +++ b/rhodecode/templates/admin/ldap/ldap.html @@ -28,7 +28,7 @@

${_('Connection settings')}

-
${h.checkbox('ldap_active',True,class_='small')}
+
${h.checkbox('ldap_active','true',class_='small')}