Skip to content

Commit

Permalink
moved the update feedback message above the name
Browse files Browse the repository at this point in the history
  • Loading branch information
dta committed Apr 12, 2011
1 parent 37ff269 commit cda2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/editProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<td>

<form id="editProfile_form" action="handleEditProfile" method="post" enctype="application/x-www-form-urlencoded" onsubmit="return editProfileValidate(this);">
<p>Name<br><input type="text" name="name" value="{{name}}"></p>
<p><h2>{{message}}</h2></p>
<p>Name<br><input type="text" name="name" value="{{name}}"></p>
<p><a href = "editPassword">Change Password</a></p>
<p>Email<br><input type="text" name="email" value="{{email}}"></p>
<p>Neighborhood<br><input type="text" name="neighborhood" value="{{neighborhood}}"></p>
Expand Down

0 comments on commit cda2cef

Please sign in to comment.