summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-04-16 11:26:07 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-04-16 11:26:07 +0000
commit83c4c531205ba0b38e4e4fce4274168302c6d0aa (patch)
tree296417a7b10e5846c4ff48b73bcc53fe7d4b40c4 /docs
parentd46a826840cc41b5f6fef27397660b7912095327 (diff)
Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 82250c1f16..2f9f769b96 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -1293,3 +1293,11 @@ A collection of template filters that implement these common markup languages:
* Textile
* Markdown
* ReST (ReStructured Text)
+
+django.contrib.webdesign
+------------------------
+
+A collection of template tags that can be useful while designing a website,
+such as a generator of Lorem Ipsum text. See the `webdesign documentation`_.
+
+.. _webdesign documentation: ../webdesign/