Restyle login, change password works
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@model MileageTraker.Web.ViewModels.RegisterModel
|
||||
@model MileageTraker.Web.ViewModels.Account.RegisterModel
|
||||
@{
|
||||
ViewBag.Title = "Register";
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
@using (Html.BeginForm()) {
|
||||
@Html.AntiForgeryToken()
|
||||
@Html.ValidationSummary()
|
||||
@Html.Partial("_ValidationSummary")
|
||||
|
||||
<fieldset>
|
||||
<legend>Registration Form</legend>
|
||||
|
||||
Reference in New Issue
Block a user