diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Controllers/AdminController.cs b/src/Orchard.Web/Modules/Orchard.ContentTypes/Controllers/AdminController.cs index 916f4160c..0e8f9ab48 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Controllers/AdminController.cs +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Controllers/AdminController.cs @@ -27,7 +27,7 @@ namespace Orchard.ContentTypes.Controllers { #region Types public ActionResult List() { - return View(new ListContentTypesViewModel { + return View("List", new ListContentTypesViewModel { Types = _contentDefinitionService.GetTypes() }); }