summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-04-20 17:42:30 +0000
committerBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-04-20 17:42:30 +0000
commit172d4ba33b2fdf014bc0c966c64de89e5e6de59f (patch)
tree14d8b3e381985aac3e35f7f307c25390d9bd325d /docs/templates_python.txt
parent4230f0c936dab3eb5eabdf96e3a2f24d4213a326 (diff)
boulder-oracle-sprint: Merged to [5045]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index 5dd8e4fde0..7cc9acede8 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -1020,7 +1020,7 @@ The ``takes_context`` parameter defaults to ``False``. When it's set to *True*,
the tag is passed the context object, as in this example. That's the only
difference between this case and the previous ``inclusion_tag`` example.
-.. _tutorials: ../tutorial1/#creating-models
+.. _tutorials: ../tutorial01/#creating-models
Setting a variable in the context
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~