mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-26 18:30:25 +00:00
hah oops
This commit is contained in:
parent
f9df48ff39
commit
9d0cf6c657
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>
|
<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.AntiForgeryToken()
|
||||||
@Html.ValidationSummary()
|
@Html.ValidationSummary()
|
||||||
|
|
Loading…
Add table
Reference in a new issue