From 17ed0d36bc3c380b7d8a0a30ceda09d98ab74fd4 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 29 May 2017 18:00:47 -0400 Subject: [PATCH] Removed incorrect "required" attribute in docs/ref/forms/fields.txt. --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 10a47ef7404..e6c8fbc4c34 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -124,7 +124,7 @@ We've specified ``auto_id=False`` to simplify the output:: >>> f = CommentForm(auto_id=False) >>> print(f) Your name: - Your website: + Your website: Comment: ``label_suffix``