diff --git a/Views/Slides/Edit.cshtml b/Views/Slides/Edit.cshtml new file mode 100644 index 0000000..643f870 --- /dev/null +++ b/Views/Slides/Edit.cshtml @@ -0,0 +1,120 @@ +@model Slide +@{ + ViewData["Title"] = $"Edit: {Model.Name}"; +} + +
+ +@section Styles { + +} + +@section Scripts { + + +}