From f79bceb752682819c32f36e982241e3b3bdd1668 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sun, 17 Jan 2021 21:37:47 -0600 Subject: [PATCH] Incorrect variable fix --- templates/post_thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index 3838d515..448bbd72 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -31,7 +31,7 @@ Locked {% endif %} {% endif %} - {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} + {% if post.sage and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} {% else %}