diff --git a/files/en-us/learn/server-side/django/admin_site/index.html b/files/en-us/learn/server-side/django/admin_site/index.html index 2ff8880ecbf71e6..202ba30789958de 100644 --- a/files/en-us/learn/server-side/django/admin_site/index.html +++ b/files/en-us/learn/server-side/django/admin_site/index.html @@ -241,9 +241,9 @@

Add list filters

Admin Site - BookInstance List Filters

-

Organise detail view layout

+

Organize detail view layout

-

By default, the detail views lay out all fields vertically, in their order of declaration in the model. You can change the order of declaration, which fields are displayed (or excluded), whether sections are used to organise the information, whether fields are displayed horizontally or vertically, and even what edit widgets are used in the admin forms.

+

By default, the detail views lay out all fields vertically, in their order of declaration in the model. You can change the order of declaration, which fields are displayed (or excluded), whether sections are used to organize the information, whether fields are displayed horizontally or vertically, and even what edit widgets are used in the admin forms.

Note: The LocalLibrary models are relatively simple so there isn't a huge need for us to change the layout; we'll make some changes anyway however, just to show you how.