diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index b0e685e5a9..aec18bfaf4 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -181,7 +181,7 @@ Here's a full example template: {% extends "base.html" %} {% block content %} - <p>Step {{ wizard.steps.current }} of {{ wizard.steps.count }}</p> + <p>Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}</p> <form action="." method="post">{% csrf_token %} <table> {{ wizard.management_form }} |
