Search code examples
umbraco

How do I avoid having to delete content and make it again when changing a template in Umbraco?


I've noticed that when I change a document type's template in Umbraco (by using the Allowed Templates tool under the Templates tab) I get a "can't bind models" error unless I delete any pages with the document type and make them again.

Is there any way to avoid this? Am I changing the page's template in the wrong way?

Thanks

Louise


Solution

  • I didn't realise you have to update the node itself to use the new template :)