diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-13 15:41:39 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-13 15:41:39 +0300 |
| commit | ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816 (patch) | |
| tree | bcf2ed498853e3bbdd4659dc6fd47c2c7546906e /ExamTemplate/Web/Views/Account/Edit.cshtml | |
| parent | 2a07c006a1f7ea9a7493af4f114300a829f4dc6f (diff) | |
| download | it-kariera-exam-template-ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816.tar it-kariera-exam-template-ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816.tar.gz it-kariera-exam-template-ef14a1e9b7ecbcf23fdf3e47a260b81772fc3816.zip | |
Updated user controller models being of type UserViewModel, when they should be like UserWebModel
Diffstat (limited to 'ExamTemplate/Web/Views/Account/Edit.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/Account/Edit.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Views/Account/Edit.cshtml b/ExamTemplate/Web/Views/Account/Edit.cshtml index 0839cc7..a088742 100644 --- a/ExamTemplate/Web/Views/Account/Edit.cshtml +++ b/ExamTemplate/Web/Views/Account/Edit.cshtml @@ -1,4 +1,4 @@ -@model EditUserViewModel +@model EditUserWebModel @{ ViewData["Title"] = "Edit Profile"; } |
