From 47d238b69602711c06c369a5555bb554a4b3f7fb Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 20 Jan 2018 08:19:06 -0800 Subject: Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean syntax. --- docs/ref/forms/widgets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 12677eb908..dc6256ee06 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -664,7 +664,7 @@ that specifies the template used to render each choice. For example, for the * ``option_template_name``: ``'django/forms/widgets/select_option.html'`` Similar to :class:`Select`, but allows multiple selection: - ```` + ```` ``RadioSelect`` ~~~~~~~~~~~~~~~ -- cgit v1.3