Django

Code

Changeset 6531

Show
Ignore:
Timestamp:
10/18/07 22:20:15 (1 year ago)
Author:
gwilson
Message:

Fixed #5747 -- Added missing file extension in flatpage documentation. Thanks, Rob Hudson.

Files:

Legend:

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

    r5064 r6531  
    4949 
    5050    * If the flatpage has a custom template, it loads that template. Otherwise, 
    51       it loads the template ``flatpages/default``. 
     51      it loads the template ``flatpages/default.html``. 
    5252    * It passes that template a single context variable, ``flatpage``, which is 
    5353      the flatpage object. It uses RequestContext_ in rendering the template.