An item might contain a broken link after the removal of the branch template the item was created from. This results in the following pop-up message when saving the item:
The item "contact" contains broken links in these fields: Originator The template or branch for this item is missing. Do you want to save anyway?
To resolve the issue, for Sitecore XP 8.2.5 download and install the patch compatible with the affected product version found on this page: https://github.com/sitecoresupport/Sitecore.Support.91121/releases.
Alternatively:
UPDATE[your_db_name_master].[dbo].[Items] SET MasterID = '00000000-0000-0000-0000-000000000000' WHERETemplateID = [Problematic Template ID for which the branch was deleted]