﻿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
6164	form generation sample code in docs prints label twice	annacoder	arien	"in this part of the docs: http://www.djangoproject.com/documentation/newforms/#highlighting-required-fields-in-templates,
the following sample code, 
{% for field in form %}
    <dt>{{ field.label_tag }}{{ field.label }}{% if field.field.required %}*{% endif %}</dt>
prints the label twice"		closed	Documentation	dev		fixed	newforms		Ready for checkin	1	0	0	0	0	0
