diff options
Diffstat (limited to 'views/partials/edit-profile.ejs')
| -rw-r--r-- | views/partials/edit-profile.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/partials/edit-profile.ejs b/views/partials/edit-profile.ejs index 96e9da4..a39f856 100644 --- a/views/partials/edit-profile.ejs +++ b/views/partials/edit-profile.ejs @@ -61,8 +61,9 @@ </li> <li class="section_break"> - <h3>Change Password</h3> + <h3 class="link">Change Password</h3> </li> + <div class="hidden"> <li> <label class="description" for="profile_old_password">Old Password:</label> <div> @@ -81,7 +82,7 @@ <input id="profile_new_password2" class="element text medium" type="password" maxlength="255"> </div> </li> - + </div> <li class="buttons"> <input id="saveForm" class="button_text" type="submit" value="Submit" /> </li> |
