mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
newforms-admin: Fixed a stupid typo.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cead4bada9
commit
b28be9b04d
@ -243,7 +243,7 @@ If we try to skip a form, even if it was initially displayed as blank, we will
|
||||
get an error.
|
||||
|
||||
>>> data = {
|
||||
... 'choices-COUNT': '4', # the number of forms rendered
|
||||
... 'choices-COUNT': '3', # the number of forms rendered
|
||||
... 'choices-0-choice': 'Calexico',
|
||||
... 'choices-0-votes': '100',
|
||||
... 'choices-1-choice': '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user