diff --git a/content/developer/howtos/rdtraining/13_inheritance.rst b/content/developer/howtos/rdtraining/13_inheritance.rst index 311f9f4bf..fb5182282 100644 --- a/content/developer/howtos/rdtraining/13_inheritance.rst +++ b/content/developer/howtos/rdtraining/13_inheritance.rst @@ -153,7 +153,7 @@ By convention, each inherited model is defined in its own Python file. In our ex - Add a domain to the field so it only lists the available properties. -Now let's add the field to the view and check that everything is working well! +In the next section let's add the field to the view and check that everything is working well! View Inheritance ================