From f5be49c33680d5b3454434da387a142d36d01ad5 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 6 Oct 2022 00:17:12 -0700 Subject: [PATCH] some template end stuff i feel like this one is ehhhh and might have to be fixed at some point i'm not sure where some of these things are used, the templates really need to be refactored --- files/templates/comments.html | 21 +++++++++++---------- files/templates/submission_listing.html | 4 ++-- files/templates/userpage.html | 12 ++++++------ 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 95c3d504a..556c7ca40 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -682,7 +682,7 @@ -{% if v and v.admin_level > 1 %} +{% if v and v.admin_level >= PERMS['ADMIN_HOME_VISIBLE'] %}