diff options
| author | Michael <[email protected]> | 2017-04-30 19:38:17 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-30 19:38:17 -0400 |
| commit | 73402c31a69bec303933d80a0cedaa5ae6a4f89c (patch) | |
| tree | 5657abab0649614290cb4d20bfd06352f37bf295 /Project-Unite/Views | |
| parent | 76be5076e025216a66d29ea7da67317c94ab06e6 (diff) | |
| download | project-unite-73402c31a69bec303933d80a0cedaa5ae6a4f89c.tar.gz project-unite-73402c31a69bec303933d80a0cedaa5ae6a4f89c.tar.bz2 project-unite-73402c31a69bec303933d80a0cedaa5ae6a4f89c.zip | |
System Name fiield in register view
Diffstat (limited to 'Project-Unite/Views')
| -rw-r--r-- | Project-Unite/Views/Account/Register.cshtml | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -28,6 +28,14 @@ </div> </div> <div class="form-group"> + @Html.LabelFor(m => m.SystemName, new { @class = "col-md-2 control-label" }) + <div class="col-md-10"> + @Html.TextBoxFor(m => m.SystemName, new { @class = "form-control" }) + </div> + </div> + + + <div class="form-group"> @Html.LabelFor(m => m.Password, new { @class = "col-md-2 control-label" }) <div class="col-md-10"> @Html.PasswordFor(m => m.Password, new { @class = "form-control" }) |
