app/soc/templates/soc/user/profile/edit.html
changeset 118 d2e61a490969
parent 99 8c38b546a3cf
child 290 2a92b866ed40
--- a/app/soc/templates/soc/user/profile/edit.html	Thu Aug 28 22:23:11 2008 +0000
+++ b/app/soc/templates/soc/user/profile/edit.html	Thu Aug 28 22:27:40 2008 +0000
@@ -24,9 +24,6 @@
 {% block body %}
 <p>
 <p>
-{% if submit_message %}<h3>{{ submit_message }}</h3>{% endif %}
-</p>
-<p>
 {% block instructions %}
 Please use this form to set basic site-wide settings for your participation in Google Open Source Programs.
 {% endblock %}
@@ -35,11 +32,22 @@
  <table>
   {% field_as_table_row form.nick_name %}
   {% field_as_table_row form.link_name %}
+  <tr>
+   <td colspan="4">&nbsp;</td>
+  </tr>
+  <tr>
+   <td> 
+    <input style="font-weight: bold" type="submit" value="Save Changes"/></span>
+   </td>
+   <td>
+    <input type="button" onclick="location.href='/'" value="Cancel"/>
+   </td>
+   <td>&nbsp;</td>
+   <td>
+    {% if submit_message %}<b><i>{{ submit_message }}</i></b>{% endif %}
+   </td>
+  </tr>
  </table>
- <div class="buttons">
-   <input style="font-weight: bold" type="submit" value="Save Changes"/></span>
-   <input type="button" onclick="location.href='/'" value="Cancel"/>
- </div>
 </form>
 </p>
-{% endblock %}
\ No newline at end of file
+{% endblock %}