Browse Source

Fixed private message form

Rafał Pitoń 12 years ago
parent
commit
f20c6a2c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/private_threads/posting.html

+ 1 - 1
templates/cranefly/private_threads/posting.html

@@ -62,7 +62,7 @@
             {{ form_theme.row(form.thread_name, attrs={'class': 'span8'}) }}
             {% endif %}
             {% if action == 'new_thread' and 'invite_users' in form.fields %}
-            {{ form_theme.row_widget(form.fields.invite_users, width=8) }}
+            {{ form_theme.row(form.fields.invite_users, width=8) }}
             {% endif %}
             {% if 'thread_name' in form.fields or (action == 'new_thread' and 'invite_users' in form.fields) %}
             <hr>