diff --git a/Disco.Web/Areas/Config/Views/DeviceBatch/Create.cshtml b/Disco.Web/Areas/Config/Views/DeviceBatch/Create.cshtml index 614e73b4..c1c85096 100644 --- a/Disco.Web/Areas/Config/Views/DeviceBatch/Create.cshtml +++ b/Disco.Web/Areas/Config/Views/DeviceBatch/Create.cshtml @@ -5,21 +5,19 @@ } @using (Html.BeginForm()) { + @Html.ValidationSummary(false)
| - Name: - | +Name: |
@Html.EditorFor(model => model.DeviceBatch.Name) @Html.ValidationMessageFor(model => model.DeviceBatch.Name) |
|
|---|---|---|---|
| - Purchase Date: - | -@Html.EditorFor(model => model.DeviceBatch.PurchaseDate) @Html.ValidationMessageFor(model => model.DeviceBatch.PurchaseDate) + | Purchase Date: | +
+ @Html.EditorFor(model => model.DeviceBatch.PurchaseDate) @Html.ValidationMessageFor(model => model.DeviceBatch.PurchaseDate) |
| \r\n N" + -"ame:\r\n | \r\n\r\n");
+WriteLiteral(">\r\n
|
|---|