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:
parent
d46a826840
commit
83c4c53120
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue