From 526a413870b9844c2279f5855ad0774edb24f971 Mon Sep 17 00:00:00 2001 From: David Gibbons Date: Fri, 4 Sep 2015 00:26:11 +0100 Subject: [PATCH] Updated static files howto title to include JavaScript. --- docs/howto/static-files/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index 3185b5fdca..e9a7c7c0a1 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -1,6 +1,6 @@ -=================================== -Managing static files (CSS, images) -=================================== +==================================================== +Managing static files (e.g. images, JavaScript, CSS) +==================================================== Websites generally need to serve additional files such as images, JavaScript, or CSS. In Django, we refer to these files as "static files". Django provides