﻿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
10009	"Wrong variable name in example (page ""Working with forms"")"	karihre@…	nobody	"In the ""Working with forms"" (http://docs.djangoproject.com/en/dev/topics/forms/) page the third example from the bottom has a wrong variable in one place.  The relevant code in the example is:

{{{
            {% if forloop.first %}
                {% for hidden in form.hidden_fields %}
                {{ field }}
                {% endfor %}
            {% endif %}
}}}

Instead of {{ field }} it should read {{ hidden }} (unless I am much mistaken).

Thanks for all your hard work!"		closed	Documentation	1.0		fixed			Ready for checkin	0	0	0	0	0	0
