chore: add edit carousel functionality [wip]

This commit is contained in:
surtur 2020-11-05 22:08:45 +01:00
parent f916b0c396
commit 014aa292f2
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 13 additions and 0 deletions

View File

@ -16,5 +16,10 @@ namespace pwt_0x01_ng.Areas.Admin.Controllers
carousel.Carousels = Carousels;
return View(carousel);
}
public IActionResult Create()
{
return View();
}
}
}

View File

@ -0,0 +1,8 @@
@{
ViewData["Title"] = "Carousel Creation";
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["Message"]</h3>
<p>Create new carousel item.</p>