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
This commit is contained in:
Russell Keith-Magee 2007-04-16 11:26:07 +00:00
parent d46a826840
commit 83c4c53120
1 changed files with 8 additions and 0 deletions

View File

@ -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/