diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-19 21:02:36 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-19 21:02:36 +0000 |
| commit | 77a9b0cb1d0da2a4c9cee60c2d305661b49d17da (patch) | |
| tree | 506ed5f0bc0336b46cffc5d07acfba1db8cf2a02 | |
| parent | 8d97f15b966d1679849e8b1de7806b0476362f17 (diff) | |
Edited docs/templates.txt change from [5938]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/templates.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index f8c7f8bf06..6cebd3b7bd 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -937,9 +937,9 @@ such as this:: The template tag will output the string ``/clients/client/123/``. -**New in development version.** -If you are using `named URL patterns`_, you can refer to the name of the -pattern in the ``url`` tag instead of using the path to the view. +**New in development version:** If you're using `named URL patterns`_, +you can refer to the name of the pattern in the ``url`` tag instead of +using the path to the view. .. _named URL patterns: ../url_dispatch/#naming-url-patterns |
