[Fixed]-Django: Last template `{% if tag %}` on page being ignored. First `{% if tag %}` has nested tags

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.

Leave a comment