From 5c9c095e84b0b818ab7ab032f6617fb1bdf5af20 Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 1 Feb 2014 21:53:46 +0100 Subject: [PATCH] okay, that dready css rule refered to this... --- templates/post_form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}