diff --git a/templates/post_thread.html b/templates/post_thread.html index 5a825fac..591f8498 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -106,21 +106,21 @@ {% if post.sticky %} {% if config.font_awesome %} - + {% else %} Sticky {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} - + {% else %} 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 config.font_awesome %} - + {% else %} Bumplocked {% endif %}