summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-01-30 17:23:25 +0000
committerJannis Leidel <jannis@leidel.info>2011-01-30 17:23:25 +0000
commit8fe42053bcec02769ae76b238d43086eb021ca89 (patch)
tree05c19e979726f9b1159186c46f36fcd2f6da5cb3 /docs/topics/forms
parente3d322ede8b2c7fb52b028ab654ae7ed38e1bce4 (diff)
Reworded parts of the staticfiles documentation after receiving various user feedback. Thanks, all!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/forms')
-rw-r--r--docs/topics/forms/media.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt
index 707b02b13f..0eb3e91b3a 100644
--- a/docs/topics/forms/media.txt
+++ b/docs/topics/forms/media.txt
@@ -204,7 +204,7 @@ the appropriate prefix.
As part of the introduction of the
:doc:`staticfiles app </ref/contrib/staticfiles>` two new settings were added
-to refer to "static content" (images, CSS, Javascript, etc.) that are needed
+to refer to "static files" (images, CSS, Javascript, etc.) that are needed
to render a complete web page: :setting:`STATIC_URL` and :setting:`STATIC_ROOT`.
To find the appropriate prefix to use, Django will check if the