From b3c4db0cf9582271ce46e8a25456fad3cb62b275 Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Sun, 22 Nov 2015 17:13:29 -0600 Subject: [PATCH] Change ldap login view --- realms/templates/auth/ldap/login.html | 42 ++++++++++++++++----------- 1 file changed, 25 insertions(+), 17 deletions(-) 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') %} + -