Added timezone clarification to the timeline edit form.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/templates/soc/timeline/edit.html Wed Feb 04 21:12:29 2009 +0000
+++ b/app/soc/templates/soc/timeline/edit.html Wed Feb 04 21:15:26 2009 +0000
@@ -23,6 +23,9 @@
});
</script>
{% endblock %}
+{% block instructions %}
+Please use this form to edit the {{ entity_type }}. Note that all times are in UTC.
+{% endblock %}
{% block submit_buttons %}
<td>
<input style="font-weight: bold" type="submit" value="Save Changes"/></span>