@@ -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(form.fields.invite_users, width=8) }}
+ {{ form_theme.row(form.invite_users, attrs={'class': 'span8', 'placeholder': _("User1, User2, User3...")}) }}
{% if 'thread_name' in form.fields or (action == 'new_thread' and 'invite_users' in form.fields) %}
<hr>