mirror of https://github.com/django/django.git
Fixed "template tag" spelling in docs.
This commit is contained in:
parent
950171d7b2
commit
f0f383b635
|
@ -292,7 +292,7 @@ via the :ttag:`get_flatpages` tag:
|
||||||
Displaying ``registration_required`` flatpages
|
Displaying ``registration_required`` flatpages
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
By default, the :ttag:`get_flatpages` templatetag will only show
|
By default, the :ttag:`get_flatpages` template tag will only show
|
||||||
flatpages that are marked ``registration_required = False``. If you
|
flatpages that are marked ``registration_required = False``. If you
|
||||||
want to display registration-protected flatpages, you need to specify
|
want to display registration-protected flatpages, you need to specify
|
||||||
an authenticated user using a ``for`` clause.
|
an authenticated user using a ``for`` clause.
|
||||||
|
|
|
@ -1201,7 +1201,7 @@ files is:
|
||||||
to template rendering, it might result in an incorrect example.
|
to template rendering, it might result in an incorrect example.
|
||||||
|
|
||||||
To work around this problem, you can use the :ttag:`templatetag`
|
To work around this problem, you can use the :ttag:`templatetag`
|
||||||
templatetag to "escape" the various parts of the template syntax.
|
template tag to "escape" the various parts of the template syntax.
|
||||||
|
|
||||||
In addition, to allow Python template files that contain Django template
|
In addition, to allow Python template files that contain Django template
|
||||||
language syntax while also preventing packaging systems from trying to
|
language syntax while also preventing packaging systems from trying to
|
||||||
|
|
|
@ -710,7 +710,6 @@ tagline
|
||||||
tarball
|
tarball
|
||||||
tarballs
|
tarballs
|
||||||
teardown
|
teardown
|
||||||
templatetag
|
|
||||||
templating
|
templating
|
||||||
testcase
|
testcase
|
||||||
testserver
|
testserver
|
||||||
|
|
Loading…
Reference in New Issue