diff --git a/templates/post/post_controls.html b/templates/post/post_controls.html index 5d3671c5..f69cd432 100644 --- a/templates/post/post_controls.html +++ b/templates/post/post_controls.html @@ -1,6 +1,6 @@ {% if mod %} - +
{% if mod|hasPermission(config.mod.warning, board.uri) %} {{ config.mod.link_warning }}  {% endif %} @@ -64,6 +64,6 @@ {% if mod|hasPermission(config.mod.editpost, board.uri) %} {{ config.mod.link_editpost }}  {% endif %} - +
{% endif %}