app/soc/templates/soc/site/home/edit.html
changeset 291 5905c8e97e68
parent 290 2a92b866ed40
--- a/app/soc/templates/soc/site/home/edit.html	Thu Oct 09 15:10:51 2008 +0000
+++ b/app/soc/templates/soc/site/home/edit.html	Thu Oct 09 18:06:50 2008 +0000
@@ -36,15 +36,18 @@
   <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>
-  </tr>
- </table>
+   <table>
+   <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>
+    {% endblock %}
+   </tr>
+  </table>
 </form>
 </p>
 {% endblock %}