summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/flatpages.txt2
-rw-r--r--docs/ref/django-admin.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index 827473a2a9..dfffb61ec6 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/docs/ref/contrib/flatpages.txt
@@ -292,7 +292,7 @@ via the :ttag:`get_flatpages` tag:
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
want to display registration-protected flatpages, you need to specify
an authenticated user using a ``for`` clause.
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index b97c6f3f2a..9e6e902c54 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1201,7 +1201,7 @@ files is:
to template rendering, it might result in an incorrect example.
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
language syntax while also preventing packaging systems from trying to