﻿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
4395	Error in the online documentation of newforms	Amit	Jacob	"At http://www.djangoproject.com/documentation/newforms/, at the section ""COMPLEX TEMPLATE OUTPUT"", there is an error in the second code sample.

Each line is something like:
<li>{{ form.sender.label }} {{ form.sender.label }}</li>

Where as it should be:
<li>{{ form.sender.label }} {{ form.sender }}</li>



"		closed	Documentation	dev		fixed			Accepted	0	0	0	0	0	0
