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 @@ -25,7 +25,7 @@
-

${_('Connection settings')}

+

${_('Connection settings')}

${h.checkbox('ldap_active',True,class_='small')}
@@ -54,7 +54,7 @@
${h.select('ldap_tls_reqcert',c.tls_reqcert_cur,c.tls_reqcert_choices,class_='small')}
-

${_('Search settings')}

+

${_('Search settings')}

${h.text('ldap_base_dn',class_='small')}
@@ -67,7 +67,7 @@
${h.select('ldap_search_scope',c.search_scope_cur,c.search_scope_choices,class_='small')}
-

${_('Attribute mappings')}

+

${_('Attribute mappings')}

${h.text('ldap_attr_login',class_='small')}