app/soc/templates/soc/timeline/edit.html
changeset 1359 582661519e5d
parent 1358 6be502a1bcc6
equal deleted inserted replaced
1358:6be502a1bcc6 1359:582661519e5d
    14 {% endcomment %}
    14 {% endcomment %}
    15 
    15 
    16 {% block instructions %}
    16 {% block instructions %}
    17 {{ block.super }} Note that all times are in UTC.
    17 {{ block.super }} Note that all times are in UTC.
    18 {% endblock %}
    18 {% endblock %}
    19 {% block submit_buttons %}
    19 
    20 <td> 
    20 {% block delete_button %}{% endblock %}
    21  <input style="font-weight: bold" type="submit" value="Save Changes"/></span>
       
    22 </td>
       
    23 <td>
       
    24  <input type="button" onclick="location.href='/'" value="Cancel"/>
       
    25 </td>
       
    26 {% endblock %}