I want to prevent admins modifying certain data in django. I've done this, but when the user hits 'save', the data is correctly not saved, but the 'success' message is displayed at the top telling the user the data was updated. How can I replace this message?
Thanks