diff options
Diffstat (limited to 'views/partials/edit-profile.ejs')
| -rw-r--r-- | views/partials/edit-profile.ejs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/partials/edit-profile.ejs b/views/partials/edit-profile.ejs index f5807ee..96e9da4 100644 --- a/views/partials/edit-profile.ejs +++ b/views/partials/edit-profile.ejs @@ -49,13 +49,15 @@ <div> <input id="profile_facebook" name="facebookUrl" class="element text medium" type="text" maxlength="255"> </div> - </li> + </li> <li> <label class="description" for="profile_avatar">Upload Avatar:</label> <div> <input id="profile_avatar" name="avatar" class="element file" type="file"> </div> - <p class="guidelines"><img id="load_avatar"><small>please choose a picture at least 500px wide</small></p> + <p class="guidelines"><small>please choose a picture at least 500px wide</small></p> + <br> + <br><img id="load_avatar"> </li> <li class="section_break"> |
