Ticket #5747: flatpages.diff

File flatpages.diff, 592 bytes (added by Rob Hudson <treborhudson@…>, 17 years ago)
  • docs/flatpages.txt

     
    4848If it finds a match, it follows this algorithm:
    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.
    5454
Back to Top