mirror of
https://github.com/django/django.git
synced 2025-04-26 18:24:36 +00:00
Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
This commit is contained in:
parent
a0ce4c09ff
commit
ad216381fc
@ -87,7 +87,7 @@ After the previous tutorials, our project should look like this::
|
|||||||
admin/
|
admin/
|
||||||
base_site.html
|
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
|
and ``polls/templates`` in :doc:`Tutorial 3 </intro/tutorial03>`. Now perhaps
|
||||||
it is clearer why we chose to have separate template directories for the
|
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
|
project and application: everything that is part of the polls application is in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user