mirror of
https://github.com/django/django.git
synced 2025-11-24 12:51:44 +00:00
* Fixing improper grammar
This commit is contained in:
parent
d847ddfe1d
commit
d9bbda7149
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ class WizardView(TemplateView):
|
|||
def render_done(self, form, **kwargs):
|
||||
"""
|
||||
This method gets called when all forms passed. The method should also
|
||||
re-validate all steps to prevent manipulation. If any form don't
|
||||
re-validate all steps to prevent manipulation. If any form fails to
|
||||
validate, `render_revalidation_failure` should get called.
|
||||
If everything is fine call `done`.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue