This commit is contained in:
Michael 2017-03-25 16:06:11 -04:00
parent f9df48ff39
commit 9d0cf6c657

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