This commit is contained in:
retoor 2025-05-09 01:36:48 +02:00
parent 02a0253c1d
commit 165dda3210

View File

@ -265,7 +265,9 @@ class Application(BaseApplication):
if uid:
user_template_path = await self.services.user.get_template_path(uid)
template_paths.append(user_template_path)
if user_template_path:
template_paths.append(user_template_path)
template_paths.append(self.template_path)
return FileSystemLoader(template_paths)