Browse Source

Incorrect variable fix

pull/40/head
nonmakina 3 years ago
parent
commit
f79bceb752
  1. 2
      templates/post_thread.html

2
templates/post_thread.html

@ -31,7 +31,7 @@
<img class="icon" title="Locked" src="{{ config.root }}{{ config.image_locked }}" alt="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 %}
<i class="fa fa-anchor" title="Bumplocked"></i>
{% else %}

Loading…
Cancel
Save