diff --git a/protokollsystem/templates/config.py.j2 b/protokollsystem/templates/config.py.j2
index 9541e4f01774d9f138c410e7077f241c825d4b97..9cea0c454412dfab2f7eb40d8be5d8cb9504912a 100644
--- a/protokollsystem/templates/config.py.j2
+++ b/protokollsystem/templates/config.py.j2
@@ -80,7 +80,7 @@ CALENDAR_TIMEZONE_MAP = {
 SESSION_PROTECTION = "strong"
 
 SECURITY_KEY = "{{ protokolle_security_key }}"
-from auth.auth import LdapManager, ADManager
+from common.auth import LdapManager, ADManager
 AUTH_MAX_DURATION = {{ protokolle_auth_max_duration }}
 AUTH_BACKENDS = [
 {% for auth in protokolle_auth_backends %}