The page (I assume it is a real Drupal Page) seems to be locked somehow - I do not see the Edit tab even when logged in as User 1.
So is it a real page?
If it is, we could use Revisions to store and review its history - a feature many people would appreciate, especially if the summary of changes is stored as well...
Comments
Comment #1
robert castelo commentedNo, the page at /legal is not a node, and is not editable the way most of the other content on a site is.
The T&Cs have to be kept the same wherever they are shown on the site, including on the /legal page.
We don't want to use the revisions system because the text should never be rolled back, or edited without making a new version.
Each version of the T&Cs is stored in the database, and at some point I'll code a way to view those revisions through the admin pages.
Comment #2
kenorb commented#263760: Why not T&C as a node?