diff --git a/templates/post_form.html b/templates/post_form.html
index 2a0926d5..450377d8 100644
--- a/templates/post_form.html
+++ b/templates/post_form.html
@@ -111,15 +111,15 @@
{% trans %}Flags{% endtrans %}
- {% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}
+ {% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}
{% endif %}
- {% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}
+ {% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}
{% endif %}
- {% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}
+ {% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}
{% endif %}
|