From b5d60927078743b68ee13795601c694a1d837e1c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 25 Sep 2014 15:09:12 +0200 Subject: [PATCH] [1.7.x] Replaced input by textarea in forms docs Backport of 5066fda34d from master. --- docs/topics/forms/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 49a0f15c2f..7eaf346b5c 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -423,9 +423,9 @@ type="text">``. In most cases, the field will have a sensible default widget. For example, by default, a :class:`CharField` will have a :class:`TextInput` widget, that -produces an ```` in the HTML. If you needed -```` instead, you'd specify the appropriate widget when -defining your form field, as we have done for the ``message`` field. +produces an ```` in the HTML. If you needed ``