Fixed #16141 -- Fixed typos in new form wizard.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -517,7 +517,7 @@ class WizardView(TemplateView):
|
||||
context['wizard'] = {
|
||||
'form': form,
|
||||
'steps': self.steps,
|
||||
'managenent_form': ManagementForm(prefix=self.prefix, initial={
|
||||
'management_form': ManagementForm(prefix=self.prefix, initial={
|
||||
'current_step': self.steps.current,
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user