diff --git a/user_guide_src/source/tutorial/create_news_items.rst b/user_guide_src/source/tutorial/create_news_items.rst index 398444e84c0a..605f5073fc5a 100644 --- a/user_guide_src/source/tutorial/create_news_items.rst +++ b/user_guide_src/source/tutorial/create_news_items.rst @@ -7,10 +7,6 @@ you haven't written any information to the database yet. In this section you'll expand your news controller and model created earlier to include this functionality. -.. note:: This section of the tutorial cannot be completed as certain - portions of the framework, like the form helper and the validation - library have not been completed yet. - Create a form ------------- @@ -24,7 +20,7 @@ the slug from our title in the model. Create the new view at