diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-01-05 05:22:36 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-01-05 05:22:36 +0000 |
| commit | 9d29892f5636cd2e938b70d9562f4ce55c9cba20 (patch) | |
| tree | 80738b6cf7a9c75fa5aecbbba408628b903e5735 /docs | |
| parent | 84b673e9b1e17b27c3003ca4cc14c90cda8274b3 (diff) | |
Fixed ReST error in docs/newforms.txt from [4288]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/newforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt index 740bbf9d26..2a5a149690 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -658,7 +658,7 @@ We've specified ``auto_id=False`` to simplify the output:: <tr><th>Comment:</th><td><input type="text" name="comment" /></td></tr> ``initial`` -~~~~~~~ +~~~~~~~~~~~ The ``initial`` argument lets you specify the initial value to use when rendering this ``Field`` in an unbound ``Form``. |
