[1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.

Backport of ad216381fcd7d3d62f1639f9998f5a965d8eaedb from master
This commit is contained in:
Manish Rastogi 2016-02-04 11:57:16 +05:30 committed by Tim Graham
parent 239a1f74fd
commit 23509a895f

View File

@ -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 </intro/tutorial02>`,
You created ``mysite/templates`` in :doc:`Tutorial 7 </intro/tutorial07>`,
and ``polls/templates`` in :doc:`Tutorial 3 </intro/tutorial03>`. 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