diff options
| author | Tim Graham <timograham@gmail.com> | 2012-06-30 18:20:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-06-30 18:20:34 -0400 |
| commit | c5fb8299ef9658a58221d4894dadd080cc25962b (patch) | |
| tree | 52b23786ab92ef10e5396e2b398dafeb0c58e4ff /docs/intro/tutorial02.txt | |
| parent | 55ffcf8e7b414a39e2dfc9c9eb4c5d3fa548e78e (diff) | |
Fixed #17705 - Updated TabularInline image and doc in tutorial 2.
Thanks xbito for the draft patch.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index dd315ed8a7..27dc82aa96 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -322,9 +322,12 @@ the ``ChoiceInline`` declaration to read:: With that ``TabularInline`` (instead of ``StackedInline``), the related objects are displayed in a more compact, table-based format: -.. image:: _images/admin12.png +.. image:: _images/admin12t.png :alt: Add poll page now has more compact choices +Note that there is an extra "Delete?" column that allows removing rows added +using the "Add Another Choice" button and rows that have already been saved. + Customize the admin change list =============================== |
