topic_name=TextAreaField(_l('New Topic Name'),validators=[DataRequired(),Length(min=1,max=100)],render_kw={'placeholder':'Type a reply here...'})
communities_for_topic=TextAreaField(_l('Suggested Communities'),validators=[DataRequired(),Length(min=1,max=5000)],render_kw={'placeholder':'Comma seperated list of community suggestions'})