summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Account/Register.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-21 19:24:57 -0400
committerMichael <[email protected]>2017-03-21 19:24:57 -0400
commit9d07ca1df3c73eaec7e9c14c0f249103011b08a6 (patch)
treeb43770b37fa5c9362fa8d806527c11b1cae23cb7 /Project-Unite/Views/Account/Register.cshtml
parentc8461889c40499d89e621f9d2f031e87ea495721 (diff)
downloadproject-unite-9d07ca1df3c73eaec7e9c14c0f249103011b08a6.tar.gz
project-unite-9d07ca1df3c73eaec7e9c14c0f249103011b08a6.tar.bz2
project-unite-9d07ca1df3c73eaec7e9c14c0f249103011b08a6.zip
Email fields use type="email"
Diffstat (limited to 'Project-Unite/Views/Account/Register.cshtml')
-rw-r--r--Project-Unite/Views/Account/Register.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Account/Register.cshtml b/Project-Unite/Views/Account/Register.cshtml
index a1d1225..52dfce1 100644
--- a/Project-Unite/Views/Account/Register.cshtml
+++ b/Project-Unite/Views/Account/Register.cshtml
@@ -14,7 +14,7 @@
<div class="form-group">
@Html.LabelFor(m => m.Email, new { @class = "col-md-2 control-label" })
<div class="col-md-10">
- @Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
+ @Html.TextBoxFor(m => m.Email, new { @class = "form-control", type="email" })
</div>
</div>
<div class="form-group">