From 9c076300561c7e5114241e1e7ac5b81f529d9852 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Thu, 16 Jul 2020 23:06:24 +0200 Subject: [PATCH] fix typo in pretix template --- uwsgi-python/templates/apps/pretix.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi-python/templates/apps/pretix.j2 b/uwsgi-python/templates/apps/pretix.j2 index 3225804..28458b6 100644 --- a/uwsgi-python/templates/apps/pretix.j2 +++ b/uwsgi-python/templates/apps/pretix.j2 @@ -13,7 +13,7 @@ ecb_rates={{ pretix_ecb_rates }} audit_comments={{ pretix_audit_comments }} {% if pretix_ldap %} -auth_backend=pretix_ldap.LDAPAuthBackend +auth_backends=pretix_ldap.LDAPAuthBackend {% endif %} [database] -- GitLab