X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjects%2FCreate.cshtml;h=ca38e5c8a7406ccc8d04410a774e975858888f27;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=0f4357a8d687ede2f10505be5d6f8972c774c007;hpb=465d7b7af5298056e481c53c412b51639a00dfba;p=wsti_pai.git diff --git a/Projects/Views/Projects/Create.cshtml b/Projects/Views/Projects/Create.cshtml index 0f4357a..ca38e5c 100644 --- a/Projects/Views/Projects/Create.cshtml +++ b/Projects/Views/Projects/Create.cshtml @@ -39,22 +39,6 @@ -
- @Html.LabelFor(model => model.created_at, htmlAttributes: new { @class = "control-label col-md-2" }) -
- @Html.EditorFor(model => model.created_at, new { htmlAttributes = new { @class = "form-control" } }) - @Html.ValidationMessageFor(model => model.created_at, "", new { @class = "text-danger" }) -
-
- -
- @Html.LabelFor(model => model.updated_at, htmlAttributes: new { @class = "control-label col-md-2" }) -
- @Html.EditorFor(model => model.updated_at, new { htmlAttributes = new { @class = "form-control" } }) - @Html.ValidationMessageFor(model => model.updated_at, "", new { @class = "text-danger" }) -
-
-