aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account/Edit.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Web/Views/Account/Edit.cshtml')
-rw-r--r--ExamTemplate/Web/Views/Account/Edit.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Views/Account/Edit.cshtml b/ExamTemplate/Web/Views/Account/Edit.cshtml
index da08d9a..0839cc7 100644
--- a/ExamTemplate/Web/Views/Account/Edit.cshtml
+++ b/ExamTemplate/Web/Views/Account/Edit.cshtml
@@ -3,7 +3,7 @@
ViewData["Title"] = "Edit Profile";
}
-<form asp-controller="User" asp-action="EditProfile" method="post">
+<form asp-controller="Account" asp-action="Edit" method="post">
<label asp-for="Username">Username:</label>
<input type="text" asp-for="Username" placeholder="@Model.Username">
<span asp-validation-for="Username" class="form-error"></span>