aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Web/Views/Account')
-rw-r--r--ExamTemplate/Web/Views/Account/Profile.cshtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ExamTemplate/Web/Views/Account/Profile.cshtml b/ExamTemplate/Web/Views/Account/Profile.cshtml
index 6decb79..322cb85 100644
--- a/ExamTemplate/Web/Views/Account/Profile.cshtml
+++ b/ExamTemplate/Web/Views/Account/Profile.cshtml
@@ -19,6 +19,8 @@
{
@if(UserManager.GetUserName(User) == Model.Username)
{
+ <br>
+
<form asp-controller="Account" asp-action="Edit" method="get">
<input type="submit" value="Edit Profile">
</form>