From 1f6321a1cbf0e2a40f0b2852ebf763e1160ec7ac Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Mon, 11 Oct 2010 19:07:31 -0700 Subject: [PATCH] clarified description of templates directory Signed-off-by: Armin Ronacher --- docs/tutorial/folders.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/folders.rst b/docs/tutorial/folders.rst index 5e685c7e..61080932 100644 --- a/docs/tutorial/folders.rst +++ b/docs/tutorial/folders.rst @@ -15,8 +15,8 @@ drop our files. Directly into this folder we will then put our database schema as well as main module in the following steps. The files inside the `static` folder are available to users of the application via `HTTP`. This is the place where css and javascript files go. Inside the -`templates` folder Flask will look for `Jinja2`_ templates. Drop all the -templates there. +`templates` folder Flask will look for `Jinja2`_ templates. The +templates you create later in the tutorial will go in this directory. Continue with :ref:`tutorial-schema`.