app/soc/templates/soc/site/user/profile/edit.html
changeset 290 2a92b866ed40
parent 235 17b35a1f2868
child 291 5905c8e97e68
--- a/app/soc/templates/soc/site/user/profile/edit.html	Thu Oct 09 13:56:42 2008 +0000
+++ b/app/soc/templates/soc/site/user/profile/edit.html	Thu Oct 09 15:10:51 2008 +0000
@@ -75,15 +75,10 @@
    <td>
     <input type="button" onclick="location.href='/'" value="Cancel"/>
    </td>
-   <td>&nbsp;</td>
 {% if submit_error %}
    <td class="formfielderror">
     {{ submit_error }}
    </td>
-{% else %}
-   <td>
-    {% if submit_message %}<b><i>{{ submit_message }}</i></b>{% else %}&nbsp;{% endif %}
-   </td>
 {% endif %}
   </tr>
  </table>