fix indentation error for ldapbackend.py

This commit is contained in:
catborise
2021-06-15 13:44:05 +03:00
parent 990b69ac51
commit 18971f01a6
2 changed files with 30 additions and 28 deletions

View File

@@ -110,7 +110,7 @@ DATABASES = {
AUTHENTICATION_BACKENDS = [
"django.contrib.auth.backends.ModelBackend",
#"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
]
LOGIN_URL = "/accounts/login/"