1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00

Fixed #15351 -- Corrected a missing word in the template reference docs. Thanks to issackelly for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2011-02-19 22:28:39 +00:00
parent 1abf126e61
commit 1d4640a58f

View File

@ -895,7 +895,7 @@ See also: ``{% include %}``.
In Django 1.5, the unquoted constant behavior will be replaced
with the behavior provided by the ``future`` tag library.
Existing templates be migrated to use the new syntax.
Existing templates should be migrated to use the new syntax.
.. templatetag:: templatetag