From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- docs/topics/forms/media.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/topics/forms/media.txt') diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt index d12b66fe6e..34bc70dcc5 100644 --- a/docs/topics/forms/media.txt +++ b/docs/topics/forms/media.txt @@ -2,11 +2,11 @@ Form Assets (the ``Media`` class) ================================= -Rendering an attractive and easy-to-use Web form requires more than just -HTML - it also requires CSS stylesheets, and if you want to use fancy -"Web2.0" widgets, you may also need to include some JavaScript on each -page. The exact combination of CSS and JavaScript that is required for -any given page will depend upon the widgets that are in use on that page. +Rendering an attractive and easy-to-use web form requires more than just +HTML - it also requires CSS stylesheets, and if you want to use fancy widgets, +you may also need to include some JavaScript on each page. The exact +combination of CSS and JavaScript that is required for any given page will +depend upon the widgets that are in use on that page. This is where asset definitions come in. Django allows you to associate different files -- like stylesheets and scripts -- with the @@ -16,7 +16,7 @@ Calendar widget. This widget can then be associated with the CSS and JavaScript that is required to render the calendar. When the Calendar widget is used on a form, Django is able to identify the CSS and JavaScript files that are required, and provide the list of file names -in a form suitable for inclusion on your Web page. +in a form suitable for inclusion on your web page. .. admonition:: Assets and Django Admin -- cgit v1.3