onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Fix page reversion throwing errors #175

Open AidanCurrah opened 4 years ago

AidanCurrah commented 4 years ago

Currently if a user tries to re-create a deleted page, the site will currently throw a 500 as various properties are not set when loading the pages. This suppresses these errors until the user saves the page they are restoring.