mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 06:13:10 +00:00
fix
This commit is contained in:
parent
3dcbeb01a8
commit
586ed95f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1414,7 +1414,7 @@ class FormWizardView(DynamicSessionWizardView):
|
|||
'fobi_theme': self.fobi_theme,
|
||||
'fobi_form_title': form_entry.title,
|
||||
'fobi_form_wizard_title': self.form_wizard_entry.title,
|
||||
'steps_range': range(self.steps.first, self.steps.count+1)
|
||||
'steps_range': range(1, self.steps.count+1)
|
||||
})
|
||||
|
||||
return context_data
|
||||
|
|
|
|||
Loading…
Reference in a new issue