From 73402c31a69bec303933d80a0cedaa5ae6a4f89c Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 30 Apr 2017 19:38:17 -0400 Subject: System Name fiield in register view --- Project-Unite/Views/Account/Register.cshtml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Project-Unite/Views') diff --git a/Project-Unite/Views/Account/Register.cshtml b/Project-Unite/Views/Account/Register.cshtml index e8f43a4..b708b5c 100644 --- a/Project-Unite/Views/Account/Register.cshtml +++ b/Project-Unite/Views/Account/Register.cshtml @@ -27,6 +27,14 @@ @Html.TextBoxFor(m => m.Username, new { @class = "form-control" }) +
+ @Html.LabelFor(m => m.SystemName, new { @class = "col-md-2 control-label" }) +
+ @Html.TextBoxFor(m => m.SystemName, new { @class = "form-control" }) +
+
+ +
@Html.LabelFor(m => m.Password, new { @class = "col-md-2 control-label" })
-- cgit v1.2.3