diff options
| -rw-r--r-- | docs/tutorials/bfgwiki2/definingmodels.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst index 5df3bf4c7..69d8e653e 100644 --- a/docs/tutorials/bfgwiki2/definingmodels.rst +++ b/docs/tutorials/bfgwiki2/definingmodels.rst @@ -61,7 +61,10 @@ something like this: :linenos: :language: python -At this point, our system is in a "non-runnable" state; we'll need to -change the "views" (and associated files) in the next chapter to be -able to start and run the application successfully. +Viewing the Application in a Browser +------------------------------------ + +We can't. At this point, our system is in a "non-runnable" state; +we'll need to change the "views" (and associated files) in the next +chapter to be able to start and run the application successfully. |
