mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-20 16:30:23 +00:00
I AM A FUCKING DUMBASS.
This commit is contained in:
parent
be641700f8
commit
f59c3c9b0c
1 changed files with 1 additions and 1 deletions
|
@ -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("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.ValidationSummary()
|
||||
|
|
Loading…
Add table
Reference in a new issue