﻿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
17152	WizardView template documentation incorrect	Bradley Ayers <bradley.ayers@…>	nobody	"https://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/#creating-templates-for-the-forms has sample HTML showing how a wizard could be rendered.

However the this code is missing type=""submit"" on the buttons.
{{{
<button name=""wizard_prev_step"" value=""{{ wizard.steps.first }}"">{% trans ""first step"" %}</button>
<button name=""wizard_prev_step"" value=""{{ wizard.steps.prev }}"">{% trans ""prev step"" %}</button>
}}}

"	Bug	closed	contrib.formtools	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
