diff --git a/formtools/wizard/forms.py b/formtools/wizard/forms.py index cd00517..11cf422 100644 --- a/formtools/wizard/forms.py +++ b/formtools/wizard/forms.py @@ -5,4 +5,5 @@ class ManagementForm(forms.Form): """ ``ManagementForm`` is used to keep track of the current wizard step. """ + template_name = "django/forms/p.html" # Remove when Django 5.0 is minimal version. current_step = forms.CharField(widget=forms.HiddenInput)