summaryrefslogtreecommitdiff
path: root/docs/topics/forms/media.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/forms/media.txt')
-rw-r--r--docs/topics/forms/media.txt12
1 files changed, 6 insertions, 6 deletions
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