From b26dce2321fc0e1ebf60ed2454c7a6fde5a1ba58 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 5 Aug 2023 17:15:38 +0300 Subject: [PATCH] fix log filters not working when viewing a specific log item --- files/templates/log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/log.html b/files/templates/log.html index 07414d02a..33fc4f618 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -40,7 +40,7 @@ overflow: auto;"> avatarAll {% for a in admins %} - avatar{{a}} + avatar{{a}} {% endfor %} @@ -53,7 +53,7 @@ overflow: auto;"> All {% for t, v in types.items() %} - {{t}} + {{t}} {% endfor %}