Skip to content

Commit 85e0d8b

Browse files
committed
docs: expand the text area
1 parent 6c676c4 commit 85e0d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/tutorial/create_news_items.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ the slug from our title in the model. Create a new view at
4242
<input type="input" name="title" /><br />
4343

4444
<label for="body">Text</label>
45-
<textarea name="body"></textarea><br />
45+
<textarea name="body" cols="45" rows="4"></textarea><br />
4646

4747
<input type="submit" name="submit" value="Create news item" />
4848
</form>

0 commit comments

Comments
 (0)