diff --git a/content/developer/tutorials/server_framework_101/06_basicviews.rst b/content/developer/tutorials/server_framework_101/06_basicviews.rst index 8fe4d7fd4..d74e4bc99 100644 --- a/content/developer/tutorials/server_framework_101/06_basicviews.rst +++ b/content/developer/tutorials/server_framework_101/06_basicviews.rst @@ -31,7 +31,7 @@ List :align: center :alt: List view -List views, also called list views, display records in a tabular form. +List views, also called tree views, display records in a tabular form. Their root element is ````. The most basic version of this view simply lists all the fields to display in the table (where each field is a column): @@ -44,7 +44,7 @@ lists all the fields to display in the table (where each field is a column): A simple example can be found -`here `__. +`here `__. .. exercise:: Add a custom list view.