﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6784	"""is_public yes"" doesn't work in template tag ""comment_form"""	Bela Hausmann <post@…>	nobody	"the error is in django/contrib/comments/templatetags/comments.py, line 209:
{{{
kwargs[option] = (args == 'true')
}}}

it should be:
{{{
kwargs[option] = (args == 'yes')
}}}

or the example usage in the docstring should be corrected"		closed	contrib.comments	dev		invalid			Accepted	1	0	0	0	0	0
