From 8fe42053bcec02769ae76b238d43086eb021ca89 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 30 Jan 2011 17:23:25 +0000 Subject: 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 --- docs/topics/forms/media.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/forms') 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 ` 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 -- cgit v1.3