﻿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
20655	CheckboxSelectMultiple renders an empty ul when there are no choices	caroline@…	nobody	"This is particularly pertinent in the case of ModelChoiceField, where it may be desired that there are not yet any choices, and a '<ul></ul>' in the source code messes up the rendering.

This is caused in django.forms.widgets, line 759.

I propose to delete lines 759 and 777 and on line 777:

if len(output):
    output.insert(0, '<ul>')
    output.append('</ul>')"	Cleanup/optimization	closed	Forms	1.5	Normal	wontfix		bmispelon@…	Unreviewed	0	0	0	0	1	0
