diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 18:46:46 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 18:46:46 +0300 |
| commit | ead0edec370483e5e80d42cc49c67f13e28c13b1 (patch) | |
| tree | 37025a036c3ad8e6c6cc57315de88c3c003fdd0a /ExamTemplate/Web/Views | |
| parent | 0714b1c3091114d3089ea094e68d57d6a553066b (diff) | |
| download | it-kariera-exam-template-ead0edec370483e5e80d42cc49c67f13e28c13b1.tar it-kariera-exam-template-ead0edec370483e5e80d42cc49c67f13e28c13b1.tar.gz it-kariera-exam-template-ead0edec370483e5e80d42cc49c67f13e28c13b1.zip | |
Implemented account deletion
Diffstat (limited to 'ExamTemplate/Web/Views')
| -rw-r--r-- | ExamTemplate/Web/Views/Account/Profile.cshtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ExamTemplate/Web/Views/Account/Profile.cshtml b/ExamTemplate/Web/Views/Account/Profile.cshtml index c6f3e5c..6decb79 100644 --- a/ExamTemplate/Web/Views/Account/Profile.cshtml +++ b/ExamTemplate/Web/Views/Account/Profile.cshtml @@ -22,6 +22,10 @@ <form asp-controller="Account" asp-action="Edit" method="get"> <input type="submit" value="Edit Profile"> </form> + + <form asp-controller="Account" asp-action="Delete" method="post"> + <input type="submit" value="Delete Profile"> + </form> } } </p> |
