aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account/Profile.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Web/Views/Account/Profile.cshtml')
-rw-r--r--ExamTemplate/Web/Views/Account/Profile.cshtml4
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>