app/soc/templates/soc/group/profile/edit.html
changeset 290 2a92b866ed40
parent 257 878f9ec9dd07
child 291 5905c8e97e68
--- a/app/soc/templates/soc/group/profile/edit.html	Thu Oct 09 13:56:42 2008 +0000
+++ b/app/soc/templates/soc/group/profile/edit.html	Thu Oct 09 15:10:51 2008 +0000
@@ -57,16 +57,14 @@
    <td colspan="4">&nbsp;</td>
   </tr>
   <tr>
+    {% block submit_buttons %}
    <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>
+    {% endblock %}
   </tr>
  </table>
 </form>