Django

Code

Changeset 5010

Show
Ignore:
Timestamp:
04/16/07 06:26:07 (1 year ago)
Author:
russellm
Message:

Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r4998 r5010  
    12941294    * Markdown 
    12951295    * ReST (ReStructured Text) 
     1296 
     1297django.contrib.webdesign 
     1298------------------------ 
     1299 
     1300A collection of template tags that can be useful while designing a website, 
     1301such as a generator of Lorem Ipsum text. See the `webdesign documentation`_. 
     1302 
     1303.. _webdesign documentation: ../webdesign/