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