diff options
-rw-r--r-- | apioforum/templates/config_thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/config_thread.html b/apioforum/templates/config_thread.html index 7403614..383cc9c 100644 --- a/apioforum/templates/config_thread.html +++ b/apioforum/templates/config_thread.html @@ -29,7 +29,7 @@ <a href="{{url_for('thread.view_thread',thread_id=thread.id)}}">cancel</a> </form> -{% if thread.poll is none and has_permission(thread.forum, g.user, "p_create_polls" %} +{% if thread.poll is none and has_permission(thread.forum, g.user, "p_create_polls") %} <h2>create poll</h2> <form method="post" action="{{url_for('thread.create_poll',thread_id=thread.id)}}"> <fieldset> |