From 83c4c531205ba0b38e4e4fce4274168302c6d0aa Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 16 Apr 2007 11:26:07 +0000 Subject: [PATCH] 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 --- docs/templates.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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/