From 5066fda34d88a61211c204617996297af9fbb119 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 25 Sep 2014 15:09:12 +0200 Subject: [PATCH] Replaced input by textarea in forms docs --- 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 2b0cfe69466..215b0d74c21 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -417,9 +417,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 ``