﻿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
6036	"MultiWidget's render method does not ""mark_safe"" the HTML it returns"	David Tulig	David Tulig	"MultiWidget needs to call the ""mark_safe"" function on the HTML output before returning or it will not render correctly.

To reproduce the bug:[[BR]]
1. Create a form with the field:[[BR]]
{{{ forms.SplitDateTimeField(widget=forms.SplitDateTimeWidget) }}}[[BR]]
2. Create a template where you explicitly position the form fields, ie. {{{ {{ form.start_datetime.label_tag }} {{ form.start_datetime }} }}}. Do not use as_table or any of the other short cuts."		closed	Forms	dev		duplicate			Unreviewed	1	0	0	0	0	0
