diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 649ddc2..04f6c59 100644
a
|
b
|
By default, the admin changelist will display it
|
713 | 713 | |
714 | 714 | .. attribute:: ModelAdmin.change_list_template |
715 | 715 | |
716 | | Path to a custom template that will be used by the model objects "change list" |
| 716 | Path to a custom template that will be used by the model object's "change list" |
717 | 717 | view. Templates can override or extend base admin templates as described in |
718 | 718 | `Overriding Admin Templates`_. |
719 | 719 | |
… |
… |
that provides the standard appearance is used.
|
724 | 724 | |
725 | 725 | .. versionadded:: 1.2 |
726 | 726 | |
727 | | Path to a custom template that will be used by the model object creation |
| 727 | Path to a custom template that will be used by the model object's creation |
728 | 728 | views. Templates can override or extend base admin templates as described in |
729 | 729 | `Overriding Admin Templates`_. |
730 | 730 | |
… |
… |
that provides the standard appearance is used.
|
733 | 733 | |
734 | 734 | .. attribute:: ModelAdmin.change_form_template |
735 | 735 | |
736 | | Path to a custom template that will be used by the model object change views. |
| 736 | Path to a custom template that will be used by the model object's change views. |
737 | 737 | Templates can override or extend base admin templates as described in |
738 | 738 | `Overriding Admin Templates`_. |
739 | 739 | |
… |
… |
that provides the standard appearance is used.
|
742 | 742 | |
743 | 743 | .. attribute:: ModelAdmin.object_history_template |
744 | 744 | |
745 | | Path to a custom template that will be used by the model object change history |
| 745 | Path to a custom template that will be used by the model object's change history |
746 | 746 | display view. Templates can override or extend base admin templates as |
747 | 747 | described in `Overriding Admin Templates`_. |
748 | 748 | |