From d57878699f21a59aaa8644e5d09b1fbbff43d22c Mon Sep 17 00:00:00 2001
From: DeanWunder <30644242+DeanWunder@users.noreply.github.com>
Date: Sun, 8 Sep 2019 16:33:25 +1000
Subject: Fixed HTML type attribute for input field.
Input is not a valid value for the type attribute for an input tag. Replaced with text, a valid value.
https://www.w3schools.com/tags/att_input_type.asp
---
user_guide_src/source/tutorial/create_news_items.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'user_guide_src')
diff --git a/user_guide_src/source/tutorial/create_news_items.rst b/user_guide_src/source/tutorial/create_news_items.rst
index cde52fde8..b53ef2d68 100644
--- a/user_guide_src/source/tutorial/create_news_items.rst
+++ b/user_guide_src/source/tutorial/create_news_items.rst
@@ -25,7 +25,7 @@ the slug from our title in the model. Create the new view at
-
+