-
Notifications
You must be signed in to change notification settings - Fork 6
Flatpages
Jacob deGroot-Maggetti edited this page May 26, 2023
·
4 revisions
Several of NewCantus's pages are flat pages - rather than being rendered a template in the django app, they are stored as static html in the database. They can be added/edited in the admin area, in the Flatpages app (<base url>/admin/flatpages/flatpage/
).
The content of these flat pages is rendered within the flatpages/default.html
(code) template.
The following paths have flatpages associated with them:
<base url>/about/acknowledgements/
<url>/about/faq/
/about/id-numbers/
/citations/
/documents/
/field-descriptions/
/references/
/tutorial/