diff --git a/src/Yavsc/Views/Blogspot/Create.cshtml b/src/Yavsc/Views/Blogspot/Create.cshtml deleted file mode 100644 index adf6f77a..00000000 --- a/src/Yavsc/Views/Blogspot/Create.cshtml +++ /dev/null @@ -1,68 +0,0 @@ -@model BlogPost - -@{ - ViewData["Title"] = @SR["Create"]; -} - -

@SR["Create"]

- -
-
-

Blog

-
-
- -
- -
- - -
-
-
- -
- - -
-
-
- -
- - -
-
-
- -
- -
-
-
-
- -
-
-
-
- -
- @SR["Back to List"] -
- - @{ await Html.RenderPartialAsync("_PostFilesPartial"); } - -@section Scripts { - - @{ await Html.RenderPartialAsync("_FSScriptsPartial"); } - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } - -}