diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 05:22:48 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 05:22:48 +0000 |
| commit | 5162e4745fca4b0d67da8ad6fe60f6a675b4a1e0 (patch) | |
| tree | 7d83040212daac12e46bc37761ebede99c05a9b3 /docs/tutorial02.txt | |
| parent | af86b4e4b1a8a22dc8458bb0874ce2754ea85a6d (diff) | |
Fixed the inevitable ReST bug in [137]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 593d1ac982..f5ff30f176 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -284,7 +284,7 @@ field name is automatically calculated from the model's class name, lowercased, plus '_id'.) Now "Choices" is an available option in the Django admin. The "Add choice" form -looks like this:: +looks like this: .. image:: http://media.djangoproject.com/img/doc/tutorial/admin10.png :alt: Choice admin page |
