I AM A FUCKING DUMBASS.

This commit is contained in:
Michael 2017-03-25 17:06:11 -04:00
parent be641700f8
commit f59c3c9b0c

View file

@ -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> <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("UploadAvatar", "Manage", null, FormMethod.Post, new { enctype = "multipart/post-avatar" })) @using (Html.BeginForm("UploadAvatar", "Manage", null, FormMethod.Post, new { enctype = "multipart/form-data" }))
{ {
@Html.AntiForgeryToken() @Html.AntiForgeryToken()
@Html.ValidationSummary() @Html.ValidationSummary()