1👍
✅
I noticed your comment in the code about needing to change the javascript if the values get changed. Maybe there is something in your javascript that is causing the problem.
0👍
My guess is that it has something to do with wizard.steps.current
. Since you didn’t provide full source, there is no way to tell what is amiss. My suggestion is to print self.steps.current
or show {{wizard.steps.current}}
in your template to help debugging the problem.
- Django filter related field
- Media files not bing displayed
- Django Rest Framework Paging
- Django static file on false debug runing on IIS
- Access class variables in functions – Django
Source:stackexchange.com