summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-25 16:06:11 -0400
committerMichael <[email protected]>2017-03-25 16:06:11 -0400
commit9d0cf6c657aad8edf44c287a8f8395894ac3fc7f (patch)
tree1c701ca050189f7522be193a46900ebcd0a980ac
parentf9df48ff39bead9d38dabff206edbc593cb51754 (diff)
downloadproject-unite-9d0cf6c657aad8edf44c287a8f8395894ac3fc7f.tar.gz
project-unite-9d0cf6c657aad8edf44c287a8f8395894ac3fc7f.tar.bz2
project-unite-9d0cf6c657aad8edf44c287a8f8395894ac3fc7f.zip
hah oops
-rw-r--r--Project-Unite/Views/Manage/UploadAvatar.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Manage/UploadAvatar.cshtml b/Project-Unite/Views/Manage/UploadAvatar.cshtml
index 81e40c4..5f13095 100644
--- a/Project-Unite/Views/Manage/UploadAvatar.cshtml
+++ b/Project-Unite/Views/Manage/UploadAvatar.cshtml
@@ -7,7 +7,7 @@
<p>Let's put a face on your profile, shall we? Upload an image from your local computer and we'll display it as your avatar.</p>
-@using (Html.BeginForm())
+@using (Html.BeginForm("UploadAvatar", "Manage", null, FormMethod.Post, new { enctype = "multipart/post-avatar" }))
{
@Html.AntiForgeryToken()
@Html.ValidationSummary()