forked from retoor/snek
Update.
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ class Application(BaseApplication):
|
||||
if uid:
|
||||
user_static_path = await self.services.user.get_static_path(uid)
|
||||
if user_static_path:
|
||||
paths.append(user_template_path)
|
||||
paths.append(user_static_path)
|
||||
|
||||
for admin_uid in self.services.user.get_admin_uids():
|
||||
user_static_path = await self.services.user.get_static_path(admin_uid)
|
||||
|
||||
Reference in New Issue
Block a user