Changeset 6531
- Timestamp:
- 10/18/07 22:20:15 (1 year ago)
- Files:
-
- django/trunk/docs/flatpages.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/flatpages.txt
r5064 r6531 49 49 50 50 * 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``. 52 52 * It passes that template a single context variable, ``flatpage``, which is 53 53 the flatpage object. It uses RequestContext_ in rendering the template.
