diff --git a/realms/templates/auth/ldap/login.html b/realms/templates/auth/ldap/login.html index 045040b..6460f74 100644 --- a/realms/templates/auth/ldap/login.html +++ b/realms/templates/auth/ldap/login.html @@ -1,21 +1,29 @@ {% from 'macros.html' import render_form, render_field %} - +{% if config.get('AUTH_LOCAL_ENABLE') %} + -