gregplaysguitar / djangocms2000

Flexible Django CMS with edit-in-place capability. Master branch is stable
http://gregbrown.co.nz/code/djangocms2000/
Other
8 stars 8 forks source link

CMS Page Deletion #22

Open pbright opened 7 years ago

pbright commented 7 years ago

For a rainy day:

Two different clients have accidentally deleted a CMS page. Perhaps we should disable deletion of CMS pages for non-superusers.

gregplaysguitar commented 7 years ago

Hmm, sounds fine but I don't think it should be on by default. You could always de-register cms.Page in the admin and re-register it sans delete permissions?