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:
Jannis Leidel
2011-06-01 20:14:25 +00:00
parent 4b542fb94a
commit 5c6bd1e409

View File

@@ -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,
}),
}