I'm using CKAN as my open data portal. It's written in Python using Pylons framework. It uses Postgres as the database. I just want to add a new page similar to about page to display the terms and conditions to the users. About page comes built in.
Given that it would be better if I can edit the page content from the admin area like the about page. If it's more work/development I could ignore it. I just want the simplest way to get this done. It would be really nice if you could explain the answer a bit. At least the steps.
How can I add a new page in CKAN?