From ed56e2c4a8f459362ae83cfce03d82193adac6ef Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Mon, 19 Dec 2011 12:58:18 +0000 Subject: Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` in `NamedUrlWizardView`. Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17233 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/formtools/form-wizard.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 4c071c155f..01f5567706 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -206,8 +206,8 @@ Here's a full example template: {% endif %} {% if wizard.steps.prev %} - - + + {% endif %} -- cgit v1.3