﻿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
4616	Widgets should be able to rendered separately	fero <luca.ferroni@…>	nobody	"Hello, I spent this evening in trying to make the SplitDateTimeWidget working in the template.
I get a bound_field and I'd like to split visualization of date and time like this:

{% load i18n %}
<p class=""datetime"">
   {% trans ""Date:"" %} a {{ bound_field.form.fields.datetime_start.fields.0 }}<br />
   {% trans ""Time:"" %} b {{ bound_field.field.fields.1.widget }}
</p>

I can't make it works ! I tried many permutations of the components form, fields, field_name and widget and I've never reached a results.
Please correct this bug asap.
"		closed	Forms	dev		wontfix	SplitDateTimeWidget SplitDateTimeField template		Design decision needed	0	0	0	0	0	0
