Django

Code

Show
Ignore:
Timestamp:
06/30/08 08:05:47 (5 months ago)
Author:
mtredinnick
Message:

Fixed #4081 -- Allow empty content in flatpages.
Patch from ctrochalakis and Matt Croydon.

Files:

Legend:

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

    r7555 r7807  
    1515template. It can be associated with one, or multiple, sites. 
    1616 
     17**New in Django development version** 
     18 
     19The content field may optionally be left blank if you prefer to put your  
     20content in a custom template. 
     21 
    1722Here are some examples of flatpages on Django-powered sites: 
    1823 
    19     * http://www.chicagocrime.org/about/ 
     24    * http://www.everyblock.com/about/ 
    2025    * http://www.lawrence.com/about/contact/ 
    2126