Change setpassword text
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@model MileageTraker.Web.ViewModels.User.SetPasswordViewModel
|
@model MileageTraker.Web.ViewModels.User.SetPasswordViewModel
|
||||||
@{
|
@{
|
||||||
ViewBag.Title = "Change Password";
|
ViewBag.Title = "Set Password";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Html.Partial("_StatusMessage")
|
@Html.Partial("_StatusMessage")
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
@Html.Partial("_ValidationSummary")
|
@Html.Partial("_ValidationSummary")
|
||||||
@Html.AntiForgeryToken()
|
@Html.AntiForgeryToken()
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Set password for @Model.Username</legend>
|
<legend>For @Model.Username</legend>
|
||||||
@Html.EditorForModel()
|
@Html.EditorForModel()
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<input type="submit" value="Change password" class="btn btn-primary" />
|
<input type="submit" value="Change password" class="btn btn-primary" />
|
||||||
|
|||||||
Reference in New Issue
Block a user