From ad216381fcd7d3d62f1639f9998f5a965d8eaedb Mon Sep 17 00:00:00 2001 From: Manish Rastogi Date: Thu, 4 Feb 2016 11:57:16 +0530 Subject: [PATCH] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial. --- docs/intro/reusable-apps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 074276baf8..33099de370 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -87,7 +87,7 @@ After the previous tutorials, our project should look like this:: admin/ base_site.html -You created ``mysite/templates`` in :doc:`Tutorial 2 `, +You created ``mysite/templates`` in :doc:`Tutorial 7 `, and ``polls/templates`` in :doc:`Tutorial 3 `. Now perhaps it is clearer why we chose to have separate template directories for the project and application: everything that is part of the polls application is in