We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c676c4 commit 85e0d8bCopy full SHA for 85e0d8b
1 file changed
user_guide_src/source/tutorial/create_news_items.rst
@@ -42,7 +42,7 @@ the slug from our title in the model. Create a new view at
42
<input type="input" name="title" /><br />
43
44
<label for="body">Text</label>
45
- <textarea name="body"></textarea><br />
+ <textarea name="body" cols="45" rows="4"></textarea><br />
46
47
<input type="submit" name="submit" value="Create news item" />
48
</form>
0 commit comments