From a0f699d49f99e97c0b56d32f87d941c00282fa8e Mon Sep 17 00:00:00 2001 From: Majin Bejitto Date: Wed, 21 Dec 2022 03:23:24 -0500 Subject: [PATCH] fix "anchor/bumplock icon won't show up without fixing variable name" mistake in /templates/post_thread.html it should be post.sage not post.bumplocked, there is no bumplocked field in posts_X tables --- 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 125d5f78..3819a295 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 %}