app/soc/templates/soc/timeline/edit.html
changeset 1359 582661519e5d
parent 1358 6be502a1bcc6
--- a/app/soc/templates/soc/timeline/edit.html	Sun Feb 15 20:27:09 2009 +0000
+++ b/app/soc/templates/soc/timeline/edit.html	Sun Feb 15 20:27:56 2009 +0000
@@ -16,11 +16,5 @@
 {% block instructions %}
 {{ block.super }} Note that all times are in UTC.
 {% endblock %}
-{% 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 %}
\ No newline at end of file
+
+{% block delete_button %}{% endblock %}