Browse Source

Updated static files howto title to include JavaScript.

David Gibbons 9 years ago
parent
commit
526a413870
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/howto/static-files/index.txt

+ 3 - 3
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